Skip to content

Commit 33aa65f

Browse files
fix(deps): update terraform terraform-ibm-modules/common-utilities/ibm to v1.3.0
1 parent af6b645 commit 33aa65f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This module automates the installation and configuration of the [External Secret
1818
* [eso-secretstore](./modules/eso-secretstore)
1919
* [eso-trusted-profile](./modules/eso-trusted-profile)
2020
* [Examples](./examples)
21-
* [Basic Example](./examples/basic)
22-
* [Example that uses trusted profiles (container authentication)](./examples/trusted-profiles-authentication)
23-
* [Example to deploy the External Secret Operator and to create a different set of resources in terms of secrets, secret groups, stores and auth configurations](./examples/all-combined)
24-
* [ImagePull API key Secrets Manager](./examples/all-combined/imagepull-apikey-secrets-manager)
21+
* <div style="display: inline-block;"><a href="./examples/all-combined">Example to deploy the External Secret Operator and to create a different set of resources in terms of secrets, secret groups, stores and auth configurations</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eso-all-combined-example&repository=github.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/tree/main/examples/all-combined" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
22+
* <div style="display: inline-block;"><a href="./examples/all-combined/imagepull-apikey-secrets-manager">ImagePull API key Secrets Manager</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eso-imagepull-apikey-secrets-manager-example&repository=github.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/tree/main/examples/all-combined/imagepull-apikey-secrets-manager" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
23+
* <div style="display: inline-block;"><a href="./examples/basic">Basic Example</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eso-basic-example&repository=github.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/tree/main/examples/basic" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
24+
* <div style="display: inline-block;"><a href="./examples/trusted-profiles-authentication">Example that uses trusted profiles (container authentication)</a></div> <div style="display: inline-block; vertical-align: middle;"><a href="https://cloud.ibm.com/schematics/workspaces/create?workspace_name=eso-trusted-profiles-authentication-example&repository=github.com/terraform-ibm-modules/terraform-ibm-external-secrets-operator/tree/main/examples/trusted-profiles-authentication" target="_blank"><img src="https://cloud.ibm.com/media/docs/images/icons/Deploy_to_cloud.svg" alt="Deploy to IBM Cloud button"></a></div>
2525
* [Contributing](#contributing)
2626
<!-- END OVERVIEW HOOK -->
2727

solutions/fully-configurable/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ locals {
55
# parsing cluster crn to collect the cluster ID and the region it is deployed into
66
module "crn_parser_cluster" {
77
source = "terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
8-
version = "1.2.0"
8+
version = "1.3.0"
99
crn = var.existing_cluster_crn
1010
}
1111

1212
# parsing secrets manager crn to collect the secrets manager ID and its region
1313
module "crn_parser_sm" {
1414
source = "terraform-ibm-modules/common-utilities/ibm//modules/crn-parser"
15-
version = "1.2.0"
15+
version = "1.3.0"
1616
crn = var.existing_secrets_manager_crn
1717
}
1818

0 commit comments

Comments
 (0)