From f1779e1182aeb73688c1a9887780ae3f2281b087 Mon Sep 17 00:00:00 2001 From: huayuenh <48723418+huayuenh@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:41:25 +0100 Subject: [PATCH] ci: add provider (#246) --- examples/default/main.tf | 2 +- examples/devsecops-ci-toolchain-bring-your-own-app/main.tf | 2 +- examples/devsecops-ci-toolchain-with-key-protect/main.tf | 2 +- module-metadata.json | 5 +++++ provider.tf.example => provider.tf | 0 5 files changed, 8 insertions(+), 3 deletions(-) rename provider.tf.example => provider.tf (100%) diff --git a/examples/default/main.tf b/examples/default/main.tf index 6e1840f4..190d2a88 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.0.5-beta.3" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.1.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 2d391fd3..03eb6e62 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.0.5-beta.3" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.1.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 49231322..690d1d87 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.0.5-beta.3" + source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-devsecops-alm?ref=v1.1.0" ibmcloud_api_key = var.ibmcloud_api_key toolchain_resource_group = var.toolchain_resource_group toolchain_region = var.toolchain_region diff --git a/module-metadata.json b/module-metadata.json index 71d71280..a6dbae1d 100644 --- a/module-metadata.json +++ b/module-metadata.json @@ -5136,6 +5136,11 @@ ] } }, + "provider_configs": { + "ibm": { + "name": "ibm" + } + }, "managed_resources": { "ibm_cd_tekton_pipeline_property.cc_pipeline_peer_review_compliance": { "mode": "managed", diff --git a/provider.tf.example b/provider.tf similarity index 100% rename from provider.tf.example rename to provider.tf