We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15909f9 commit cbd7f88Copy full SHA for cbd7f88
examples/basic/main.tf
@@ -4,7 +4,7 @@
4
5
module "resource_group" {
6
source = "terraform-ibm-modules/resource-group/ibm"
7
- version = "1.1.5"
+ version = "1.1.6"
8
# if an existing resource group is not set (null) create a new one using prefix
9
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
10
existing_resource_group_name = var.resource_group
0 commit comments