Git Product home page Git Product logo

hashitalks-brasil-2021's Introduction

HashiTalks 2021 Speaker Card

HashiTalks Brasil 2021

Terraform Avançado: Usando Objetos


Requirements

Name Version
terraform = 1.0.11
aws 3.67.0

Providers

Name Version
aws 3.67.0

Resources

Name Type
aws_subnet.main_subnet resource
aws_subnet.main_subnets resource

Inputs

Name Description Type Default
subnet Objeto que declara uma única subnet.
object({
name = string
vpc_id = string
cidr_block = string
shared = optional(bool)
})
{
"cidr_block": "10.0.1.0/24",
"name": "Main",
"shared": true,
"vpc_id": "0123456789012"
}
subnets Mapa de objetos que declaram várias subnets.
map(
object({
vpc_id = string
cidr_block = string
shared = bool
})
)
{
"subnet1": {
"cidr_block": "10.0.1.0/24",
"shared": true,
"vpc_id": "012345678901"
},
"subnet2": {
"cidr_block": "10.0.2.0/24",
"shared": false,
"vpc_id": "012345678901"
}
}

Outputs

Name Description
subnet Conteúdo da variável subnet.
subnets Conteúdo da variável subnets.

hashitalks-brasil-2021's People

Contributors

oleonardorodrigues avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

avanzelli

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.