add terraform tfstate info

This commit is contained in:
Noah Masur
2025-06-29 21:57:31 -04:00
parent e8bc263081
commit 95d86dcdff
2 changed files with 3 additions and 1 deletions

View File

@ -118,7 +118,7 @@ jobs:
# Connects to remote state backend and download providers.
- name: Terraform Init
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
run: terraform init
run: terraform init -input=false
# Deploys infrastructure or changes to infrastructure.
- name: Terraform Apply