Skip to content

Commit 86f140d

Browse files
authored
Add anti-pattern to ensure generated variables.tf use lowrcase types. (#122)
1 parent 8fff4ea commit 86f140d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skills/google-cicd-terraform/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Follow this standard to ensure compatibility with Antigravity (AGY) discovery an
173173
174174
- ❌ Broad Scopes: Avoid cloud-platform scopes for GKE nodes; use fine-grained IAM roles instead.
175175
176+
- ❌ Uppercase Types: Terraform variable types must be lowercase (e.g., `type = string` not `type = STRING`).
177+
176178
## 🧪 Testing Strategy
177179
- Static Analysis: Use checkov, trivy, or terrascan to catch insecure GCP configurations (e.g., public GCS buckets).
178180

0 commit comments

Comments
 (0)