hashicorp / hashicorp/setup-terraform
Terraform apply with Environment Variables taking an eternity to finish
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 288
- Avg merge
- 23h 21m
- Merged PRs (30d)
- 3
Description
### Description:
In my current project, I have a working directory containing a Python application and Terraform script.
As part of the deployment process, I'm using a GitHub runner to execute Terraform scripts for infrastructure provisioning.
### Problem:
The deployment phase seems to be stuck after passing the _**client_id and client_secret**_ from GitHub secrets.
### File Structure for clarity:
_The Terraform files involved in this process include:_
- variables.tf (which holds variable declarations for client_id and client_secret)
- _Github Workflow file deployment section -_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.