en

Cerca

Heus ací els resultats de la cerca.

Chapter 5: Terraform tips and tricks
6 Resultats, Darrera modificació:
" { type = list(string) default = ["bla_green","bla_yellow","bla_red"] } resource "blablabla" ... " { type = list(string) default = ["bla_green","bla_yellow","bla_red"] } resource "blablabla" ... names" { type = map(string) default = {"green" = "bla_green","yellow" = "bla_yellow","red" = "bla_red"} #default = map("green","bla_green", "yell
Chapter 3: How to Manage Terraform State
2 Resultats, Darrera modificació:
ts) * terraform backends limitations * chicken-and-egg situation (create local backend to create... * separate by environment * what happens when terraform brokes: [[https://charity.wtf/2016/03/3