CI-CD debugging, opentofu/setup-tofu action, tofu import with env vars
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 32s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 32s
This commit is contained in:
parent
8863f0e848
commit
81e8ef6646
@ -44,7 +44,8 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
cd tofu
|
cd tofu
|
||||||
tofu init
|
tofu init
|
||||||
|
tofu import module.main_vpc_subnet.linode_vpc.eqit_vpc {{ env.EQIT_VPC }}
|
||||||
|
tofu import module.main_vpc_subnet.linode_vpc_subnet.eqit_vpc_subnet "{{ env.EQIT_VPC }}, {{ env.EQIT_VPC_SUBNET }}"
|
||||||
- id: plan
|
- id: plan
|
||||||
run: |
|
run: |
|
||||||
cd tofu
|
cd tofu
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user