We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b88f2 commit 9edfd64Copy full SHA for 9edfd64
modules/ecs-web/main.tf
@@ -746,7 +746,7 @@ data "aws_iam_policy_document" "codebuild" {
746
747
module "vpc_peering" {
748
source = "cloudposse/vpc-peering/aws"
749
- version = "0.9.0"
+ version = "1.0.1"
750
enabled = (module.this.enabled && length(var.peered_vpc_id) > 0)
751
auto_accept = true
752
requestor_allow_remote_vpc_dns_resolution = true
0 commit comments