terraform-provider-travis

command module
v1.4.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: MIT Imports: 2 Imported by: 0

README

Terraform Provider for Travis CI

release

https://registry.terraform.io/providers/bgpat/travis/latest

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