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 0df1ceb commit 8e828eeCopy full SHA for 8e828ee
examples/basic/main.tf
@@ -3,7 +3,7 @@
3
##############################################################################
4
5
module "resource_group" {
6
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.1.0"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.1.4"
7
# if an existing resource group is not set (null) create a new one using prefix
8
resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null
9
existing_resource_group_name = var.resource_group
0 commit comments