route table 추가 환경변경
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
resource "aws_route_table" "rt-tbl" {
|
||||
vpc_id = var.vpc_id
|
||||
tags = {
|
||||
Name = "${var.tag_name}-route-public"
|
||||
Name = "${var.tag_name}"
|
||||
}
|
||||
|
||||
# route {
|
||||
|
Reference in New Issue
Block a user