Skip to content

prosh2/sh-buggy-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sh-buggy Terraform Project

This repository contains Terraform configuration files for provisioning infrastructure for the sh-buggy.

Structure

  • main.tf: Main Terraform configuration.
  • variables.tf: Input variables for customization.
  • outputs.tf: Output values after deployment.
  • providers.tf: Provider configuration.

Prerequisites

  • Terraform installed
  • Cloud provider credentials (e.g., AWS, Azure, GCP)

Usage

  1. Initialize Terraform:
    terraform init
  2. Preview the plan
    terraform plan
    
  3. Apply the configuration:
    terraform apply
    
  4. Destroy resources:
    terraform destroy
    

Customization

Edit variables.tf to set custom values for your deployment.

Outputs

After applying, see outputs.tf for useful information about your infrastructure.

License

MIT

About

A Infrastructure-as-Code (IaC) project using shell scripts - to automate the provision of Cross Guild

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors