Skip to content

Commit bfcb717

Browse files
Bump clouddrove/vpc/aws in /_example/new_security_group (#36)
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 75daa22 commit bfcb717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/new_security_group/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ provider "aws" {
1111

1212
module "vpc" {
1313
source = "clouddrove/vpc/aws"
14-
version = "1.3.1"
14+
version = "2.0.0"
1515

1616
name = "vpc"
1717
environment = "test"

0 commit comments

Comments
 (0)