phovmaia / terraform-de-ponta-a-ponta

Terraform de ponta a ponta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minhas configurações

alias tf="terraform"
alias tg="terragrunt"
alias tws="terraform workspace"
alias tffiles="touch main.tf variables.tf outputs.tf"

function plan() {
    terraform plan --var-file $1
}

function apply() {
    terraform apply --var-file $1
}

function init() {
    git init
    touch README.md .gitignore
}

About

Terraform de ponta a ponta


Languages

Language:Shell 100.0%