Terraform module for managing HCP Terraform variable sets
module "variable_set" {
source = "app.terraform.io/catylai/variable-set/tfe"
version = "~> 1.0"
# Add required variables here
}
Name | Version |
---|---|
terraform | >= 1.0 |
tfe | >= 0.66.0 |
Name | Version |
---|---|
tfe | >= 0.66.0 |
This module manages the following resources:
tfe_variable_set
- Main resource
See variables.tf for all available inputs.
See outputs.tf for all available outputs.
See the examples/ directory for working examples.
Apache 2.0 Licensed. See LICENSE for full details.