terraform-gcp

Installation
SKILL.md

Terraform + GCP

File Organization

Per references/terraform-style-guide.md (HashiCorp):

File Purpose
terraform.tf Terraform and provider version requirements
providers.tf Provider configurations
main.tf Primary resources and data sources
variables.tf Input variable declarations (alphabetical)
outputs.tf Output value declarations (alphabetical)
locals.tf Local value declarations

For larger modules, split main.tf into purpose-grouped files (references/general-style-and-structure.md, Google):

# dns.tf — google_dns_managed_zone + google_dns_record_set together
Related skills
Installs
3
GitHub Stars
3
First Seen
Mar 5, 2026