name

Cerca

Heus ací els resultats de la cerca.

Terraform, conditionals, state and VM
34 Resultats, Darrera modificació:
"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
19 Resultats, Darrera modificació:
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... urce "azurerm_resource_group" "web_server_rg" { name = var.web_server_rg location = var.web_server_l... e "azurerm_virtual_network" "web_server_vnet" { name = "${var.resource_prefix}-vnet" location = var.
Terraform, getting started
2 Resultats, Darrera modificació:
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