Skip to content

Commit

Permalink
build(deps): bump clouddrove/subnet/azure
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.1.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.1.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 Jan 8, 2024
1 parent 47cf408 commit 12ac326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/firewall-with-isolated-rules/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "vnet" {
module "name_specific_subnet" {
depends_on = [module.vnet]
source = "clouddrove/subnet/azure"
version = "1.0.2"
version = "1.1.0"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit 12ac326

Please sign in to comment.