Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 5: Terraform tips and tricks
- " { 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
- 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