Git Product home page Git Product logo

terraform_main's Introduction

Terraform Project Template

我的 Terraform 我做主。

使用方法

# 确认 AWS CLI 工具安装
$ aws --version
$ aws s3 ls
# 确认 Terraform CLI 工具安装
$ terraform -install-autocomplete
$ terraform version
# 克隆 Terraform 模版库
$ git clone https://github.com/komavideo/terraform_main
$ cd terraform_main
# 1.目录初始化
$ terraform init
# 2.检验 tf 文件
$ terraform validate
# 3.实施计划, 准备资源
$ terraform plan
# 4.应用部署
$ terraform apply
$ terraform apply -auto-approve
# 5.摧毁系统
$ terraform destroy
$ terraform destroy -auto-approve

Git命令

# 开分支操作
git checkout -b feature/xxx
git branch
git add .
git commit -m "xxx"
git push -u origin feature/xxx

HashiCorp Developer

https://developer.hashicorp.com/

Terraform AWS modules

https://registry.terraform.io/namespaces/terraform-aws-modules

Amazon EKS Blueprints for Terraform

https://github.com/aws-ia/terraform-aws-eks-blueprints

terraform_main's People

Contributors

komavideo avatar

Watchers

James Cloos avatar  avatar

Forkers

mangohero1985

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.