This commit is contained in:
2023-01-01 22:58:50 +09:00
parent 7f4d9b1104
commit f537a31294
4 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
terraform {
backend "remote"{
hostname = "app.terraform.io"
organization = "22shop"
workspaces {
name = "tf-cloud-backend"
}
}
}