Skip to content

Commit

Permalink
Update Terraform cloudposse/vpc/aws to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent fcc1701 commit b2fb7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/terraform/aws/vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpc" {
version = "2.1.1"
version = "2.2.0"
source = "cloudposse/vpc/aws"
ipv4_primary_cidr_block = var.ipv4_primary_cidr_block
assign_generated_ipv6_cidr_block = true
Expand Down
2 changes: 1 addition & 1 deletion components/terraform/aws/vpc/vpc-endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Endpoints
*/
module "vpc_endpoints" {
source = "cloudposse/vpc/aws//modules/vpc-endpoints"
version = "v2.1.1"
version = "v2.2.0"
enabled = local.enabled
vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit b2fb7e4

Please sign in to comment.