tofu project dir debug, $PWD, debug part VI
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 50s

This commit is contained in:
Mike Holloway 2025-01-06 15:59:50 -05:00
parent 3dacc06c64
commit f5cd8f6491

View File

@ -9,8 +9,7 @@
- name: Import state into tofu - name: Import state into tofu
command: command:
cmd: | cmd: |
tofu import module.main_vpc_subnet.linode_vpc.eqit_vpc {{ lookup('env', 'EQIT_VPC') }} ls -la
tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet {{ lookup('env', 'EQIT_VPC') }}, {{ lookup('env', 'EQIT_VPC_SUBNET') }}
chdir: "/workspace/seasharp/" chdir: "/workspace/seasharp/"
register: mycmd register: mycmd