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.0 (#36)
  • Loading branch information
terraform-ibm-modules-ops authored Oct 13, 2023
1 parent 1d08b3c commit e935698
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.0.6"
version = "1.1.0"
# 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 e935698

Please sign in to comment.