CI-CD debugging, opentofu/setup-tofu action, tofu import with env vars part III
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 38s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 38s
This commit is contained in:
parent
f556a854f7
commit
a6ec60ad4e
@ -45,8 +45,8 @@ jobs:
|
||||
run: |
|
||||
cd tofu
|
||||
tofu init
|
||||
echo ${{ env.EQIT_VPC }}
|
||||
echo "${{ env.EQIT_VPC }}, ${{ env.EQIT_VPC_SUBNET }}"
|
||||
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
|
||||
run: |
|
||||
cd tofu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user