You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***`PRIVATE_REPO`** – URL of your private repository
73
+
```
74
+
github.com/your-username/terraform-prod-configs
75
+
```
76
+
(note: do not keep https:// in repo link above)
77
+
78
+
***`PRIVATE_REPO_KEY`** – Personal Access Token with repo access
79
+
```
80
+
ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
81
+
```
82
+
83
+
⚠️ **Important**: Replace `your-username` with your actual GitHub username and ensure the private repository contains your production Terraform variables.
84
+
85
+
---
86
+
50
87
## 🔑 **Step: Configure Terraform Variables**
51
88
52
89
Before triggering deployment, update the Terraform configuration files for your AWS environment:
@@ -177,8 +214,6 @@ The workflow performs the following steps:
177
214
178
215
9.**Destroy Infrastructure** – After validation, destroys all provisioned resources and cleans up Terraform workspaces.
179
216
180
-
181
217
This workflow fully automates the lifecycle: provisioning, deployment, validation, and cleanup, ensuring no manual intervention is needed during the process.
0 commit comments