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') }}"
|
||||
|
||||
- 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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user