prospectus_terraform
Prospectus helpers for Terraform repos
Usage
Add the following 2 lines to the .prospectus:
## Add this at the top
Prospectus.extra_dep('file', 'prospectus_terraform')
## Add this inside your terraform repo to check for provider updates
extend ProspectusTerraform.new
If some of your providers have a custom Github Repo, you can set it by adding a comment in the main.tf in their section as shown:
provider "awscreds" {
// provider.awscreds akerl/terraform-provider-awscreds
version = "0.0.5"
region = "us-east-1"
}
Installation
gem install prospectus_terraform
License
prospectus_terraform is released under the MIT License. See the bundled LICENSE file for details.