Skip to content

Smallt0wn/Haezo_Infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOAT Infrastructure (Terraform)

This directory contains the Terraform configuration for provisioning the GOAT project infrastructure on KakaoCloud.

Documentation

Detailed documentation is available in the docs/ directory.

Quick Start

  1. Initialize Terraform:

    terraform init
  2. Check the plan:

    terraform plan -var-file="dev.tfvars"
  3. Apply changes:

    terraform apply -var-file="dev.tfvars"

Directory Structure

  • modules/: Reusable Terraform modules (Network, Compute, etc.)
  • scripts/: Utility scripts for setup and maintenance
  • docs/: Comprehensive documentation

About

Terraform code for project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors