diff --git a/.secrets.baseline b/.secrets.baseline index 25003cdc..0bbdc3a5 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -3,7 +3,7 @@ "files": "go.sum|^.secrets.baseline$", "lines": null }, - "generated_at": "2025-02-11T22:49:03Z", + "generated_at": "2025-01-28T19:05:06Z", "plugins_used": [ { "name": "AWSKeyDetector" @@ -76,7 +76,18 @@ "name": "TwilioKeyDetector" } ], - "results": {}, + "results": { + "solutions/deploy/README.md": [ + { + "hashed_secret": "2254481e1661d8f017a712b0d1ad9a14fd9460a3", + "is_secret": false, + "is_verified": false, + "line_number": 136, + "type": "Secret Keyword", + "verified_result": null + } + ] + }, "version": "0.13.1+ibm.62.dss", "word_list": { "file": null, diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 4ea75501..0bcd49e5 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -90,6 +90,12 @@ module "ocp_base" { disable_outbound_traffic_protection = true # set as True to enable outbound traffic } +resource "time_sleep" "wait_5_minutes" { + depends_on = [module.roks_landing_zone] + + destroy_duration = "300s" +} + ############################################################################## # Deploy cloudpak_data ############################################################################## diff --git a/examples/basic/version.tf b/examples/basic/version.tf index 27ddf4f7..0f39bd8e 100644 --- a/examples/basic/version.tf +++ b/examples/basic/version.tf @@ -1,10 +1,14 @@ terraform { required_version = ">= 1.3" required_providers { - # renovate is set up to keep provider version at the latest for all DA solutions + # renovate is set up to keep provider version at the latest for all DA solutions. ibm = { source = "ibm-cloud/ibm" version = "1.71.3" } + time = { + source = "hashicorp/time" + version = ">= 0.9.1, < 1.0.0" + } } } diff --git a/solutions/deploy/README.md b/solutions/deploy/README.md index 733a18eb..af7d86db 100644 --- a/solutions/deploy/README.md +++ b/solutions/deploy/README.md @@ -123,9 +123,9 @@ You need the following permissions to run this module: |------|------| | [ibm_container_addons.odf_cluster_addon](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/resources/container_addons) | resource | | [external_external.schematics](https://registry.terraform.io/providers/hashicorp/external/latest/docs/data-sources/external) | data source | -| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_cluster_config) | data source | -| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/container_vpc_cluster) | data source | -| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/ibm-cloud/ibm/1.71.3/docs/data-sources/iam_auth_token) | data source | +| [ibm_container_cluster_config.cluster_config](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_cluster_config) | data source | +| [ibm_container_vpc_cluster.cluster_info](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_vpc_cluster) | data source | +| [ibm_iam_auth_token.tokendata](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/iam_auth_token) | data source | ### Inputs