terraform-provider-travis

command module
v1.5.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2025 License: MIT Imports: 2 Imported by: 0

README

Terraform Provider for Travis CI

release

Example

// require $TRAVIS_TOKEN
terraform {
  required_providers {
    travis = {
      source = "bgpat/travis"
    }
  }
}

// secret env var
resource "travis_env_var" "secret" {
  repository_slug = "bgpat/test"
  name            = "SECRET_ENV"
  value           = "secret"
}

// public env var
resource "travis_env_var" "public" {
  repository_slug = "bgpat/test"
  name            = "PUBLIC_ENV"
  public_value    = "public"
}

Resources

Check details of schema with terraform providers schema.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL