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 e0dc13c commit 3d31822Copy full SHA for 3d31822
examples/default/main.tf
@@ -4,7 +4,7 @@
4
5
module "resource_group" {
6
source = "terraform-ibm-modules/resource-group/ibm"
7
- version = "1.1.0"
+ version = "1.1.4"
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