tofu instance data debug, part II
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 54s
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 54s
This commit is contained in:
parent
88f848cb20
commit
5f70f076cc
@ -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') }}"
|
- tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet "{{ lookup('env', 'EQIT_VPC') }}, {{ lookup('env', 'EQIT_VPC_SUBNET') }}"
|
||||||
|
|
||||||
- name: Tofu show
|
- name: Tofu show
|
||||||
debug:
|
command:
|
||||||
msg: |
|
cmd: |
|
||||||
tofu show
|
tofu show
|
||||||
|
register: mycmd
|
||||||
|
|
||||||
|
- debug:
|
||||||
|
msg: |
|
||||||
|
{{ mycmd }}
|
||||||
# - name: Create instance config
|
# - name: Create instance config
|
||||||
# when: server.changed | default(false) | bool # noqa no-handler
|
# when: server.changed | default(false) | bool # noqa no-handler
|
||||||
# block:
|
# block:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user