in

Cerca

Heus ací els resultats de la cerca.

Terraform, conditionals, state and VM
27 Resultats, Darrera modificació:
ternal access to resources * SND * Estáticas/Dinámicas * Acceso a recursos <sxh json; highlight:... tle: ip-public-address> resource "azurerm_network_interface" "web_server_nic" { name ... oduction" </sxh> <sxh json; highlight:5; title: main.tf> variable "environment" {} resource "azurerm_... :5,[15-28]; title: NSG> resource "azurerm_network_interface" "web_server_nic" { name
Terraform, getting started
24 Resultats, Darrera modificació:
= Terraform, getting started == v11 VS v12 * **terraform.tfvars** * no necesidad entrecomillar las variables {{ :info:cursos:udemy:terraform-azure:pasted:20200329-083450.png }} * **%%*%%.tf** * no interpolation para el uso de variables * si aún en expresiones dentro de strings * en el caso de azure, para usar versión 12
Terraform, variables, interpolation and networking
20 Resultats, Darrera modificació:
= Terraform, variables, interpolation and networking == variables * tipos nativos: strings, maps (key=value), list ([]) * boolean no es nativo * ... * en un fichero adicional de variables * más información: [[tech:terraform:variables|]] * <code