Skip to content

mattatcha/terraform-provider-convox

Repository files navigation

Install

Run make install from within the terraform-provider-convox directory. The convox provider should automatically be discovered by terraform

Example

provider "convox" {
  host = "foo.bar.com"
  password = "xxx"
}

resource "convox_app" "test-app" {
  name = "test-app"
  rack = "foo"

  params {
    Internal = false
  }

  environment {
    Foo = "bar"
    FooBar = 10
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •