Skip to content

Commit

Permalink
Merge pull request #119 from slalombuild/renovate/cloudposse-vpc-aws-2.x
Browse files Browse the repository at this point in the history
Update Terraform cloudposse/vpc/aws to v2
  • Loading branch information
jamengual authored Sep 6, 2023
2 parents adb6cc9 + 1e0c708 commit 642c359
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -94,7 +94,7 @@ Endpoints
*/
module "vpc_endpoints" {
source = "cloudposse/vpc/aws//modules/vpc-endpoints"
version = "v1.2.0"
version = "v2.1.0"
enabled = local.enabled
vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit 642c359

Please sign in to comment.