We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab2c5e commit f390debCopy full SHA for f390deb
ansible/roles/create-api-deployment-pre-reqs/tasks/main.yml
@@ -41,6 +41,11 @@
41
failed_when: tfplan.rc not in (0, 2)
42
when: not do_not_terraform
43
44
+ - name: output plan
45
+ debug:
46
+ var: tfplan.stdout_lines
47
+ when: tfplan is defined
48
+
49
- name: terraform apply
50
shell: "make -C {{ out_dir }}/terraform apply-plan args='-no-color -lock-timeout=30m --auto-approve tfplan.out'" # noqa 305
51
register: tfapply
0 commit comments