route table 추가 환경변경
This commit is contained in:
6
modules/transit-gateway/main.tf
Normal file
6
modules/transit-gateway/main.tf
Normal file
@ -0,0 +1,6 @@
|
||||
resource "aws_ec2_transit_gateway" "tgw" {
|
||||
description = "tgw"
|
||||
tags = {
|
||||
Name = "${var.tag_name}"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user