private public add

This commit is contained in:
2023-01-10 09:29:59 +09:00
parent b325a26985
commit f0402956e2
17 changed files with 393 additions and 119 deletions

View File

@ -46,10 +46,10 @@ data "terraform_remote_state" "hq_vpc_id" {
backend = "remote"
config = {
organization = "22shop" // 초기 설정값
organization = "icurfer" // 초기 설정값
workspaces = {
name = "tf-22shop-network"
name = "tf-cloud-network"
}
}
}