Skip to content

kishore1919/Terraform

Repository files navigation

Terraform Infrastructure

This repository contains Terraform configuration files for managing infrastructure.

Getting Started

  1. Install Terraform
    Download and install Terraform from terraform.io.

  2. Initialize the project

    terraform init
  3. Plan the deployment

    terraform plan
  4. Apply the configuration

    terraform apply

Notes

  • Sensitive files such as .tfvars and state files are excluded via .gitignore.
  • Review and update variables as needed for your environment.

Directory Structure

  • .tf files: Terraform configuration
  • .tfvars: Variable definitions (not committed)
  • .terraform/: Local Terraform data (not committed)

About

This is my personal project about IAC with terraform on AWS And GCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •