Skip to content

Commit 196b010

Browse files
authored
chore: force upgrade of common-dev-assets (#36)
1 parent 28edc62 commit 196b010

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

examples/all-combined/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ This end-to-end example performs the following actions
4343
- Creates and deploys a key-value secret with multiple key-value couples
4444

4545

46-
4746
In order to create the intermediate certificate the following parameters are needed:
4847
- imported_certificate_sm_id: Secrets Manager ID where the componenents for the imported certificate are stored
4948
- imported_certificate_sm_region: region of the Secrets Manager instance where the componenents for the imported certificate are stored

examples/all-combined/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module "network_acl" {
186186
# OCP CLUSTER creation
187187
module "ocp_base" {
188188
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
189-
version = "3.41.1"
189+
version = "3.41.2"
190190
cluster_name = "${var.prefix}-vpc"
191191
resource_group_id = module.resource_group.resource_group_id
192192
region = var.region

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module "network_acl" {
209209
# OCP CLUSTER creation
210210
module "ocp_base" {
211211
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
212-
version = "3.41.1"
212+
version = "3.41.2"
213213
cluster_name = "${var.prefix}-vpc"
214214
resource_group_id = module.resource_group.resource_group_id
215215
region = var.region

0 commit comments

Comments
 (0)