This repository contains Terraform configuration files for provisioning infrastructure for the sh-buggy.
main.tf: Main Terraform configuration.variables.tf: Input variables for customization.outputs.tf: Output values after deployment.providers.tf: Provider configuration.
- Terraform installed
- Cloud provider credentials (e.g., AWS, Azure, GCP)
- Initialize Terraform:
terraform init
- Preview the plan
terraform plan - Apply the configuration:
terraform apply - Destroy resources:
terraform destroy
Edit variables.tf to set custom values for your deployment.
After applying, see outputs.tf for useful information about your infrastructure.
MIT