Skip to content

Commit

Permalink
chore: Bump getindata/resource-group/azurerm in /examples/complete
Browse files Browse the repository at this point in the history
Bumps [getindata/resource-group/azurerm](https://github.com/getindata/terraform-azurerm-resource-group) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/getindata/terraform-azurerm-resource-group/releases)
- [Commits](getindata/terraform-azurerm-resource-group@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: getindata/resource-group/azurerm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 0ed11ce commit 54efd1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data "http" "myip" {

module "resource_group" {
source = "getindata/resource-group/azurerm"
version = "1.1.0"
version = "1.2.0"
context = module.this.context

name = "example-rg"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "resource_group" {
source = "getindata/resource-group/azurerm"
version = "1.1.0"
version = "1.2.0"

context = module.this.context

Expand Down

0 comments on commit 54efd1f

Please sign in to comment.