This Terraform workspaces module oversees the configuration and lifecycle of all your Terraform Cloud workspaces. It is built to operate from a designated Terraform Cloud workspace, tasked with provisioning and managing the remaining workspaces through Terraform code (IaC).
- Terraform Cloud / Enterprise account
- Terraform >= 1.3
- ...
- Profit?
provider "tfe" {
hostname = var.hostname
token = var.token
version = ">= 0.46"
}
module "tfe-workspaces" {
source = "saidsef/terraform-tfe-workspaces/tfe"
version = ">= 1"
name = "platform"
organization = "saidsef"
}
Please see TERRAFORM.md
Our latest and greatest source of terraform-tfe-workspaces
can be found on GitHub. Fork us!
We would ❤️ you to contribute by making a pull request.
Please read the official Contribution Guide for more information on how you can contribute.