Skip to content

Commit 9edfd64

Browse files
committed
chore(ecs-web): bump vpc-peering module version to 1.0.1
1 parent 71b88f2 commit 9edfd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ecs-web/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ data "aws_iam_policy_document" "codebuild" {
746746

747747
module "vpc_peering" {
748748
source = "cloudposse/vpc-peering/aws"
749-
version = "0.9.0"
749+
version = "1.0.1"
750750
enabled = (module.this.enabled && length(var.peered_vpc_id) > 0)
751751
auto_accept = true
752752
requestor_allow_remote_vpc_dns_resolution = true

0 commit comments

Comments
 (0)