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 6c5fa6b commit 3e1b879Copy full SHA for 3e1b879
examples/bucket-without-tracking-monitoring/main.tf
@@ -1,5 +1,5 @@
1
module "resource_group" {
2
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.0.1"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.0.2"
3
# if an existing resource group is not set (null) create a new one using prefix
4
resource_group_name = var.resource_group == null ? "${var.prefix}-${var.environment_name}-rg" : null
5
existing_resource_group_name = var.resource_group
0 commit comments