Files
assignment01/terraform.tf
2025-11-18 03:20:27 +00:00

11 lines
139 B
HCL

// Terraform Backend
terraform {
cloud {
organization = "icurfer-demo"
workspaces {
name = "tf-cloud-backend"
}
}
}