Skip to content

Commit

Permalink
Bump clouddrove/vnet/azure from 1.0.1 to 1.0.2 in /_example (#11)
Browse files Browse the repository at this point in the history
Bumps [clouddrove/vnet/azure](https://github.com/clouddrove/terraform-azure-vnet) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/clouddrove/terraform-azure-vnet/releases)
- [Changelog](https://github.com/clouddrove/terraform-azure-vnet/blob/master/CHANGELOG.md)
- [Commits](clouddrove/terraform-azure-vnet@1.0.1...1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2023
1 parent 6777d63 commit 960ce44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "resource_group" {
module "vnet" {
depends_on = [module.resource_group]
source = "clouddrove/vnet/azure"
version = "1.0.1"
version = "1.0.2"
label_order = ["name", "environment"]

name = "app"
Expand Down

0 comments on commit 960ce44

Please sign in to comment.