tofu instance data debug, part II
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 54s

This commit is contained in:
Mike Holloway 2025-01-06 18:23:57 -05:00
parent 88f848cb20
commit 5f70f076cc

View File

@ -17,10 +17,14 @@
- tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet "{{ lookup('env', 'EQIT_VPC') }}, {{ lookup('env', 'EQIT_VPC_SUBNET') }}"
- name: Tofu show
debug:
msg: |
command:
cmd: |
tofu show
register: mycmd
- debug:
msg: |
{{ mycmd }}
# - name: Create instance config
# when: server.changed | default(false) | bool # noqa no-handler
# block: