Skip to content

Commit

Permalink
build(deps): bump clouddrove/vpc/aws in /_examples/vpc_link_api
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent e9191ea commit 38d53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/vpc_link_api/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provider "aws" {
####----------------------------------------------------------------------------------
module "vpc" {
source = "clouddrove/vpc/aws"
version = "1.3.1"
version = "2.0.0"

name = "vpc"
environment = "test"
Expand Down

0 comments on commit 38d53b0

Please sign in to comment.