Skip to content

Commit

Permalink
Bump clouddrove/vnet/azure from 1.0.2 to 1.0.3 in /_example (#12)
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.2 to 1.0.3.
- [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.2...1.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 4e33229 commit bf9588e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "resource_group" {

module "vnet" {
source = "clouddrove/vnet/azure"
version = "1.0.2"
version = "1.0.3"
name = "app"
environment = "test"
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit bf9588e

Please sign in to comment.