tofu plan, tofu output json capture and export test part VII
All checks were successful
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Successful in 7m2s

This commit is contained in:
Mike Holloway 2025-01-07 05:15:27 -05:00
parent ad2646c7b8
commit 5cbd574a02

View File

@ -19,7 +19,7 @@ jobs:
working-directory: "${{ gitea.workspace }}/.gitea/tofu" working-directory: "${{ gitea.workspace }}/.gitea/tofu"
- name: tofu output capture - name: tofu output capture
run: | run: |
export TARGET_IP_ADDRESS=$(terraform output -raw act_worker_ip_address) export TARGET_IP_ADDRESS=$(tofu output -raw act_worker_ip_address)
echo $TARGET_IP_ADDRESS echo $TARGET_IP_ADDRESS
sleep 300 sleep 300
working-directory: "${{ gitea.workspace }}/.gitea/tofu" working-directory: "${{ gitea.workspace }}/.gitea/tofu"