Skip to content

Commit

Permalink
chore(deps): Bump vpc::terraform-aws-vpc in /tests/microsoft_ad
Browse files Browse the repository at this point in the history
Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.9.0 to 5.15.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v5.9.0...v5.15.0)

---
updated-dependencies:
- dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 6d38ae3 commit 0a2845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/microsoft_ad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "random_string" "domain" {
}

module "vpc" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.9.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.15.0"

name = "tardigrade-test-directory-service-${random_string.domain.result}"
cidr = "10.0.0.0/16"
Expand Down

0 comments on commit 0a2845b

Please sign in to comment.