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 c3e613a commit 9162e15Copy full SHA for 9162e15
terraform/stages-access-group/stage-access-group.tf
@@ -1,5 +1,5 @@
1
module "access_group" {
2
- source = "github.com/cloud-native-toolkit/terraform-ibm-access-group.git?ref=v2.2.0"
+ source = "github.com/cloud-native-toolkit/terraform-ibm-access-group.git?ref=v2.3.0"
3
4
resourceGroupNames = split(",", var.resource_group_names)
5
createResourceGroups = var.create_resource_groups == "true"
0 commit comments