tofu instance data debug, tofu show, post-tofu state pull
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 55s

This commit is contained in:
Mike Holloway 2025-01-06 18:31:51 -05:00
parent 2a28432984
commit 604bbceaeb

View File

@ -15,11 +15,12 @@
- tofu init
- tofu import module.main_vpc_subnet.linode_vpc.eqit_vpc {{ lookup('env', 'EQIT_VPC') }}
- tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet "{{ lookup('env', 'EQIT_VPC') }}, {{ lookup('env', 'EQIT_VPC_SUBNET') }}"
- tofu state pull
- name: Tofu show
command:
cmd: |
tofu state pull
tofu show
register: mycmd
- debug: