tofu project dir debug
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 47s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 47s
This commit is contained in:
parent
f8696ae0c9
commit
e8d36340de
@ -8,9 +8,14 @@
|
||||
# TODO: Developer must implement and populate 'server' variable
|
||||
- name: Import state into tofu
|
||||
command: |
|
||||
cd ../../../../tofu
|
||||
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') }}
|
||||
ls -ld
|
||||
ls -ld ../
|
||||
ls -ld ../../
|
||||
ls -ld ../../../
|
||||
|
||||
|
||||
# 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') }}
|
||||
|
||||
# - name: Create instance config
|
||||
# when: server.changed | default(false) | bool # noqa no-handler
|
||||
|
||||
Loading…
Reference in New Issue
Block a user