Skip to content

Commit 95af4e8

Browse files
authored
Merge pull request #150 from clouddrove/dependabot/terraform/examples/basic/terraform-aws-modules/vpc/aws-5.21.0
build(deps): bump terraform-aws-modules/vpc/aws from 5.19.0 to 5.21.0 in /examples/basic
2 parents dc4e3e0 + f54e206 commit 95af4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "vpc" {
66
source = "terraform-aws-modules/vpc/aws"
7-
version = "5.19.0"
7+
version = "5.21.0"
88

99
name = "${local.name}-vpc"
1010
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)