Disabled vpce_tags
This commit is contained in:
parent
17cc649a53
commit
324df722f1
2
main.tf
2
main.tf
@ -12,7 +12,7 @@ resource "aws_vpc_endpoint" "s3" {
|
|||||||
|
|
||||||
vpc_id = var.vpc_id
|
vpc_id = var.vpc_id
|
||||||
service_name = data.aws_vpc_endpoint_service.s3[0].service_name
|
service_name = data.aws_vpc_endpoint_service.s3[0].service_name
|
||||||
tags = local.vpce_tags
|
#tags = local.vpce_tags
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_vpc_endpoint_route_table_association" "private_s3" {
|
resource "aws_vpc_endpoint_route_table_association" "private_s3" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user