hcornet d76cae78e9
Some checks failed
terraform validation / Terraform (push) Failing after 8s
update
2025-01-13 20:43:15 +01:00

13 lines
213 B
HCL

terraform {
required_version = "~> 0.12.0"
backend "remote" {
hostname = "app.terraform.io"
organization = "example"
token = "xxxxxxxx"
workspaces {
name = "prod"
}
}
}