Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/resource-group/ib…
Browse files Browse the repository at this point in the history
…m to v1.0.6 (#402)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
terraform-ibm-modules-ops and renovate-bot authored Jul 22, 2023
1 parent ebf5884 commit 28fcf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "resource_group" {
source = "terraform-ibm-modules/resource-group/ibm"
version = "1.0.5"
version = "1.0.6"
# if an existing resource group is not set (null) create a new one using prefix
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
existing_resource_group_name = var.resource_group
Expand Down

0 comments on commit 28fcf00

Please sign in to comment.