This commit is contained in:
2025-11-18 21:20:47 +09:00
parent 68a50929bf
commit 73902869d5
4 changed files with 821 additions and 0 deletions

11
terraform.tf Normal file
View File

@ -0,0 +1,11 @@
// Terraform Backend
terraform {
cloud {
organization = "icurfer-demo"
workspaces {
name = "tf-cloud-backend"
}
}
}