Skip to content

Commit b21b5ed

Browse files
Bump clouddrove/vpc/aws in /_example/new_security_group_with_egress (#35)
Bumps [clouddrove/vpc/aws](https://github.com/clouddrove/terraform-aws-vpc) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/clouddrove/terraform-aws-vpc/releases) - [Changelog](https://github.com/clouddrove/terraform-aws-vpc/blob/master/CHANGELOG.md) - [Commits](clouddrove/terraform-aws-vpc@1.3.1...2.0.0) --- updated-dependencies: - dependency-name: clouddrove/vpc/aws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfcb717 commit b21b5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/new_security_group_with_egress/example.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
####----------------------------------------------------------------------------------
1111
module "vpc" {
1212
source = "clouddrove/vpc/aws"
13-
version = "1.3.1"
13+
version = "2.0.0"
1414

1515
name = "vpc"
1616
environment = "test"

0 commit comments

Comments
 (0)