Skip to main content

Terraform Module Scaffold

v1.2.1

Generate baseline Terraform module structure and provider configuration.

Generates a baseline Terraform module structure — main.tf, variables.tf, outputs.tf, versions.tf — with provider configuration and example resource blocks for AWS, Azure, or GCP.

How to use
  • Select your cloud provider to get provider-specific resource examples.
  • The scaffold includes a lockable versions.tf with required_providers block.
  • Copy the directory structure and run terraform init to initialise the module.
  • Try a preset from the example picker to see AWS VPC or Azure resource group scaffolds.
Environment=dev
Enable remote state backend (s3)

Configure your provider and resource, then click Generate Scaffold.