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 118eb1d commit b69b7b5Copy full SHA for b69b7b5
examples/complete/main.tf
@@ -4,7 +4,7 @@
4
5
module "resource_group" {
6
source = "terraform-ibm-modules/resource-group/ibm"
7
- version = "1.1.6"
+ version = "1.2.0"
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
examples/fscloud/main.tf
0 commit comments