debug
This commit is contained in:
parent
1cac06189b
commit
557db60cbe
1
.github/workflows/use-setup-k3s-cluster.yml
vendored
1
.github/workflows/use-setup-k3s-cluster.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
id: terraform-output
|
||||
run: |
|
||||
python3 scripts/init.py && terraform init
|
||||
terraform output
|
||||
SSH_HOST_IP=`terraform output | grep ${{ inputs.ssh_host_name }} | awk -F= '{print "$2}'`
|
||||
echo "SSH_HOST_IP: $SSH_HOST_IP" >> $GITHUB_ENV
|
||||
working-directory: iac_modules/terraform/gcp/vhost/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user