This commit is contained in:
2023-01-06 13:29:00 +09:00
parent f537a31294
commit 9a60aa0f34
27 changed files with 389 additions and 225 deletions

3
prod-hq-efs/outputs.tf Normal file
View File

@ -0,0 +1,3 @@
output "efs_fs" {
value = module.efs_fs.efs_fs_id
}