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
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 55s
This commit is contained in:
parent
2a28432984
commit
604bbceaeb
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user