Skip to content

Commit

Permalink
output
Browse files Browse the repository at this point in the history
  • Loading branch information
krixapolinario committed Nov 5, 2024
1 parent cff24f7 commit 24155e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
TF_VAR_google_project_number: ${{ secrets.GOOGLE_PROJECT_NUMBER }}
- name: Terraform Output
run: echo $(terraform output instance_nat_ip) >> "$GITHUB_OUTPUT"
run: echo $(terraform output instance_nat_ip)
env:
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
TF_VAR_google_project_number: ${{ secrets.GOOGLE_PROJECT_NUMBER }}
Expand Down
1 change: 0 additions & 1 deletion terraform/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ google_zone = "us-central1-a"
google_instance_type = "e2-micro"
google_instance_image = "centos-cloud/centos-stream-9"
google_network = "default"
ssh_key_priv = "/home/runner/.ssh/ecdsa_ansible"
ssh_key_pub = "/home/runner/.ssh/ecdsa_ansible.pub"

0 comments on commit 24155e3

Please sign in to comment.