Files
assignment03/terraform.tf
2025-11-18 21:20:47 +09:00

11 lines
139 B
HCL

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