Skip to content

Instantly share code, notes, and snippets.

terraform {
required_version = ">= 1.1.0"
backend "remote" {
# organization = "<replace-with-your-Terraform-Cloud-organization-and-uncomment>"
workspaces {
name = "ace-iac-day-two"
}
}
}