We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883b164 commit fe88798Copy full SHA for fe88798
patterns/roks/scripts/moved.j2
@@ -1,6 +1,6 @@
1
{% for cluster in cluster_names.stdout_lines[1:] %}
2
moved {
3
- from = ibm_container_vpc_cluster.cluster["{{ cluster }}"]
4
- to = module.cluster["{{ cluster }}"].ibm_container_vpc_cluster.cluster[0]
+ from = module.roks_landing_zone.module.landing_zone.ibm_container_vpc_cluster.cluster["{{ cluster }}"]
+ to = module.roks_landing_zone.module.landing_zone.module.cluster["{{ cluster }}"].ibm_container_vpc_cluster.cluster[0]
5
}
6
{% endfor %}
scripts/deploy-pre-ansible-playbook.yaml
scripts/moved.j2
0 commit comments