Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/all-combined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ This end-to-end example performs the following actions
- Creates and deploys a key-value secret with multiple key-value couples



In order to create the intermediate certificate the following parameters are needed:
- imported_certificate_sm_id: Secrets Manager ID where the componenents for the imported certificate are stored
- imported_certificate_sm_region: region of the Secrets Manager instance where the componenents for the imported certificate are stored
Expand Down
2 changes: 1 addition & 1 deletion examples/all-combined/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module "network_acl" {
# OCP CLUSTER creation
module "ocp_base" {
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.41.1"
version = "3.41.2"
cluster_name = "${var.prefix}-vpc"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module "network_acl" {
# OCP CLUSTER creation
module "ocp_base" {
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.41.1"
version = "3.41.2"
cluster_name = "${var.prefix}-vpc"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down