Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Terraform, conditionals, state and VM
- "azurerm_network_interface" "web_server_nic" { name = "${var.web_server_name}-nic" location = "${var.web_server_location}" resource_group_name = "${azurerm_resource_group.web_server_rg.name}" ip_configuration { name
- Terraform, variables, interpolation and networking
- ables y su uso:<code properties> variable "server_name" { default = "web-server" } variable "locati... e> * ''terraform console'' * var.server_name * var.locations["location1"] * var.lo... t list-locations -o table'' * ''az login [--username | -u] <username> [--password | -p ] <password>'' == azure resource groups * agrupación lógica de rec
- Terraform, getting started
- el cloud de Azure * **SPN** = Service Principal Name. Cuenta de aplicación para autenticación y autori... ce "azurerm_resource_group" "web_server_rg" { name = "web-rg" location = "West Europe" } </c