Skip to content

Commit

Permalink
Bump clouddrove/subnet/azure in /example/point-to-site-with-ad
Browse files Browse the repository at this point in the history
Bumps [clouddrove/subnet/azure](https://github.com/clouddrove/terraform-azure-subnet) from 1.0.2 to 1.2.0.
- [Release notes](https://github.com/clouddrove/terraform-azure-subnet/releases)
- [Changelog](https://github.com/clouddrove/terraform-azure-subnet/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-azure-subnet@1.0.2...1.2.0)

---
updated-dependencies:
- dependency-name: clouddrove/subnet/azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 1b20bce commit a91684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/point-to-site-with-ad/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module "vnet" {
##-----------------------------------------------------------------------------
module "subnet" {
source = "clouddrove/subnet/azure"
version = "1.0.2"
version = "1.2.0"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit a91684b

Please sign in to comment.