diff --git a/tests/resources/existing-resources-test/main.tf b/tests/resources/existing-resources-test/main.tf index fb8caef..a704595 100644 --- a/tests/resources/existing-resources-test/main.tf +++ b/tests/resources/existing-resources-test/main.tf @@ -30,7 +30,7 @@ module "cos" { module "scc" { source = "terraform-ibm-modules/scc/ibm" - version = "2.1.9" + version = "2.1.10" instance_name = var.prefix region = var.region resource_group_id = module.resource_group.resource_group_id