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
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 50s
This commit is contained in:
parent
c29ad94601
commit
6cbf0889d7
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user