Skip to content

Instantly share code, notes, and snippets.

@cooltoast
Created January 11, 2021 18:24
Show Gist options
  • Save cooltoast/8457b7d95d9d2462c4e2edd38deddf3b to your computer and use it in GitHub Desktop.
Save cooltoast/8457b7d95d9d2462c4e2edd38deddf3b to your computer and use it in GitHub Desktop.
// A Terraform settings block.
terraform {
backend "remote" {
// Point to the Terraform Enterprise cluster.
hostname = "my-terraform-enterprise-cluster.io"
// Name of team’s Organization in Terraform Enterprise.
organization = "my-organization”
workspaces {
// Name of the Workspace created from above.
name = "my-workspace”
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment