sg, eks, iam 모듈추가
This commit is contained in:
10
modules/sg-rule-add/outputs.tf
Normal file
10
modules/sg-rule-add/outputs.tf
Normal file
@ -0,0 +1,10 @@
|
||||
//sg-output
|
||||
output "vpc_hq_id" {
|
||||
description = "The name of vpc hq id"
|
||||
value = aws_vpc.vpc-hq.id
|
||||
}
|
||||
|
||||
output "vpc_name" {
|
||||
value = var.tag_name
|
||||
}
|
||||
|
Reference in New Issue
Block a user