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.1.6 (#11)
  • Loading branch information
terraform-ibm-modules-ops authored Jun 15, 2024
1 parent bd27127 commit a76b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/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.1.5"
version = "1.1.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 a76b7f1

Please sign in to comment.