Skip to content

Commit b9e8183

Browse files
authored
fix: update comment in code around apikey reset workaround (#64)
1 parent 8d55274 commit b9e8183

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ resource "ibm_container_vpc_cluster" "autoscaling_cluster" {
176176
# run the ibmcloud ks api-key reset command to create one. The script will then pause for some time to allow any IAM
177177
# Cloudant replication to occur. By doing this, it means the cluster provisioning process will not attempt to create a
178178
# new key, and simply use the key created by this script. So hence should not face 404s anymore.
179-
# The script should be replaced by an ibm provider resource when support is added. That enhancement is being tracked in
180-
# https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4292
179+
# The IKS team are tracking internally https://github.ibm.com/alchemy-containers/armada-ironsides/issues/5023
181180

182181
resource "null_resource" "reset_api_key" {
183182
provisioner "local-exec" {

module-metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
},
444444
"pos": {
445445
"filename": "main.tf",
446-
"line": 238
446+
"line": 237
447447
}
448448
},
449449
"ibm_container_vpc_worker_pool.pool": {
@@ -459,7 +459,7 @@
459459
},
460460
"pos": {
461461
"filename": "main.tf",
462-
"line": 206
462+
"line": 205
463463
}
464464
},
465465
"ibm_resource_instance.cos_instance": {
@@ -487,7 +487,7 @@
487487
},
488488
"pos": {
489489
"filename": "main.tf",
490-
"line": 290
490+
"line": 289
491491
}
492492
},
493493
"null_resource.reset_api_key": {
@@ -499,7 +499,7 @@
499499
},
500500
"pos": {
501501
"filename": "main.tf",
502-
"line": 182
502+
"line": 181
503503
}
504504
}
505505
},
@@ -516,7 +516,7 @@
516516
},
517517
"pos": {
518518
"filename": "main.tf",
519-
"line": 196
519+
"line": 195
520520
}
521521
},
522522
"data.ibm_container_cluster_versions.cluster_versions": {

0 commit comments

Comments
 (0)