Terraform module for managing HCP Terraform organizations and projects
module "organization" {
source = "app.terraform.io/catylai/organization/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_organization
- 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.