Skip to content

Commit fe88798

Browse files
committed
update template
1 parent 883b164 commit fe88798

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

patterns/roks/scripts/moved.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% for cluster in cluster_names.stdout_lines[1:] %}
22
moved {
3-
from = ibm_container_vpc_cluster.cluster["{{ cluster }}"]
4-
to = module.cluster["{{ cluster }}"].ibm_container_vpc_cluster.cluster[0]
3+
from = module.roks_landing_zone.module.landing_zone.ibm_container_vpc_cluster.cluster["{{ cluster }}"]
4+
to = module.roks_landing_zone.module.landing_zone.module.cluster["{{ cluster }}"].ibm_container_vpc_cluster.cluster[0]
55
}
66
{% endfor %}

scripts/deploy-pre-ansible-playbook.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

scripts/moved.j2

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)