tofu project dir debug, $PWD, debug part III
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 50s

This commit is contained in:
Mike Holloway 2025-01-06 07:17:33 -05:00
parent c29ad94601
commit 6cbf0889d7

View File

@ -7,8 +7,11 @@
tasks:
# TODO: Developer must implement and populate 'server' variable
- name: Import state into tofu
command: |
ls ../../../../
command:
cmd: |
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') }}
chdir: "../../../../tofu"
register: mycmd
- debug: