diff --git a/examples/default/main.tf b/examples/default/main.tf index 04c75c0a..d86db8d6 100644 --- a/examples/default/main.tf +++ b/examples/default/main.tf @@ -1,5 +1,5 @@ module "terraform_devsecops_alm" { - source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.7.0" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.8.0" ibmcloud_api_key = var.ibmcloud_api_key toolchain_resource_group = var.toolchain_resource_group toolchain_region = var.toolchain_region diff --git a/examples/devsecops-ci-toolchain-bring-your-own-app/main.tf b/examples/devsecops-ci-toolchain-bring-your-own-app/main.tf index c844cf0a..cdc198fc 100644 --- a/examples/devsecops-ci-toolchain-bring-your-own-app/main.tf +++ b/examples/devsecops-ci-toolchain-bring-your-own-app/main.tf @@ -1,5 +1,5 @@ module "terraform_devsecops_alm" { - source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.7.0" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.8.0" ibmcloud_api_key = var.ibmcloud_api_key toolchain_resource_group = var.toolchain_resource_group toolchain_region = var.toolchain_region diff --git a/examples/devsecops-ci-toolchain-with-key-protect/main.tf b/examples/devsecops-ci-toolchain-with-key-protect/main.tf index 59afdf08..c7083f84 100644 --- a/examples/devsecops-ci-toolchain-with-key-protect/main.tf +++ b/examples/devsecops-ci-toolchain-with-key-protect/main.tf @@ -1,5 +1,5 @@ module "terraform_devsecops_alm" { - source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.7.0" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.8.0" ibmcloud_api_key = var.ibmcloud_api_key toolchain_resource_group = var.toolchain_resource_group toolchain_region = var.toolchain_region