Skip to content

Commit

Permalink
build(deps): bump clouddrove/subnet/azure in /_example/complete
Browse files Browse the repository at this point in the history
Bumps [clouddrove/subnet/azure](https://github.com/clouddrove/terraform-azure-subnet) from 1.1.0 to 1.2.1.
- [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.1.0...1.2.1)

---
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 29, 2024
1 parent 1d9ec1d commit 7615768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "vnet" {
##-----------------------------------------------------------------------------
module "name_specific_subnet" {
source = "clouddrove/subnet/azure"
version = "1.1.0"
version = "1.2.1"
name = "app"
environment = "test"
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit 7615768

Please sign in to comment.