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

This commit is contained in:
Mike Holloway 2025-01-06 21:01:05 -05:00
parent f556a854f7
commit a6ec60ad4e

View File

@ -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