tofu instance import debug, vpc_subnet data parsing part II, (part I fb97fd0adf)
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 58s

This commit is contained in:
Mike Holloway 2025-01-06 19:21:19 -05:00
parent fb97fd0adf
commit 5bcc48a2b6

View File

@ -23,10 +23,11 @@
tofu state ls
chdir: "/workspace/seasharp/ansible-role_podman-host/tofu"
register: mycmd
## grep names from subnet data
## tofu import module.instance
- debug:
msg: |
{{ mycmd }}
{{ mycmd.stdout_lines }}
# - name: Create instance config
# when: server.changed | default(false) | bool # noqa no-handler
# block: