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

25
prod-hq-efs/.terraform.lock.hcl generated Normal file
View File

@ -0,0 +1,25 @@
# This file is maintained automatically by "terraform init".
# Manual edits may be lost in future updates.
provider "registry.terraform.io/hashicorp/aws" {
version = "3.76.1"
constraints = "~> 3.0"
hashes = [
"h1:UOk/iZppUGLh2zjmKJKKWCD6e79GsQokO2xfzOcKjxo=",
"zh:1cf933104a641ffdb64d71a76806f4df35d19101b47e0eb02c9c36bd64bfdd2d",
"zh:273afaf908775ade6c9d32462938e7739ee8b00a0de2ef3cdddc5bc115bb1d4f",
"zh:2bc24ae989e38f575de034083082c69b41c54b8df69d35728853257c400ce0f4",
"zh:53ba88dbdaf9f818d35001c3d519a787f457283d9341f562dc3d0af51fd9606e",
"zh:5cdac7afea68bbd89d3bdb345d99470226482eff41f375f220fe338d2e5808da",
"zh:63127808890ac4be6cff6554985510b15ac715df698d550a3e722722dc56523c",
"zh:97a1237791f15373743189b078a0e0f2fa4dd7d7474077423376cd186312dc55",
"zh:9b12af85486a96aedd8d7984b0ff811a4b42e3d88dad1a3fb4c0b580d04fa425",
"zh:a4f625e97e5f25073c08080e4a619f959bc0149fc853a6b1b49ab41d58b59665",
"zh:b56cca54019237941f7614e8d2712586a6ab3092e8e9492c70f06563259171e9",
"zh:d4bc33bfd6ac78fb61e6d48a61c179907dfdbdf149b89fb97272c663989a7fcd",
"zh:e0089d73fa56d128c574601305634a774eebacf4a84babba71da10040cecf99a",
"zh:e957531f1d92a6474c9b02bd9200da91b99ba07a0ab761c8e3176400dd41721c",
"zh:eceb85818d57d8270db4df7564cf4ed51b5c650a361aaa017c42227158e1946b",
"zh:f565e5caa1b349ec404c6d03d01c68b02233f5485ed038d0aab810dd4023a880",
]
}

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"
}
}
}

View File

@ -4,7 +4,7 @@ terraform {
organization = "icurfer"
workspaces {
name = "tf-22shop-hq-efs"
name = "tf-cloud-efs"
}
}
}