File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff 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
182181resource "null_resource" "reset_api_key" {
183182 provisioner "local-exec" {
Original file line number Diff line number Diff line change 443443 },
444444 "pos" : {
445445 "filename" : " main.tf" ,
446- "line" : 238
446+ "line" : 237
447447 }
448448 },
449449 "ibm_container_vpc_worker_pool.pool" : {
459459 },
460460 "pos" : {
461461 "filename" : " main.tf" ,
462- "line" : 206
462+ "line" : 205
463463 }
464464 },
465465 "ibm_resource_instance.cos_instance" : {
487487 },
488488 "pos" : {
489489 "filename" : " main.tf" ,
490- "line" : 290
490+ "line" : 289
491491 }
492492 },
493493 "null_resource.reset_api_key" : {
499499 },
500500 "pos" : {
501501 "filename" : " main.tf" ,
502- "line" : 182
502+ "line" : 181
503503 }
504504 }
505505 },
516516 },
517517 "pos" : {
518518 "filename" : " main.tf" ,
519- "line" : 196
519+ "line" : 195
520520 }
521521 },
522522 "data.ibm_container_cluster_versions.cluster_versions" : {
You can’t perform that action at this time.
0 commit comments