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:
|
tasks:
|
||||||
# TODO: Developer must implement and populate 'server' variable
|
# TODO: Developer must implement and populate 'server' variable
|
||||||
- name: Import state into tofu
|
- name: Import state into tofu
|
||||||
command: |
|
command:
|
||||||
ls ../../../../
|
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
|
register: mycmd
|
||||||
|
|
||||||
- debug:
|
- debug:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user