Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables
- "docker_ports" { type = list(object({ internal = number external = number protocol = string })) default = [ { internal = 8300 external = 8300 protocol = "tcp" } ] } </code> * type (constraints) = bo
- Terraform state
- ate de un remoto * push: sube el state desde local al remoto == mover recursos a diferentes 'states' /via: [[https://medium.com/@lynnlin827/moving-terr... cuenta si necesitamos **outputs** del stado original para usar en el de destino * adaptar el cód... * nos preguntará si queremos subir el state local al remoto, le decimos que **yes** ===añadiendo a
- Terraform cli
- lan * **fmt** : Rewrites config files to canonical format * **apply** : Builds or changes infrastructure * **graph** : Create a visual graph of Terraform resources * **output** : Rea... ese objeto. == otros * **refresh** : Update local state file against real resources * **show** : Inspect Terraform state or plan * **taint** : Manu
- TERRAFORM
- formación a fichero:<code properties>resource "local_file" "foo" { content = "${tls_private_key.v... e> === dynamic <code properties> variable "virtual_network_rule_ids" { type = list(map(string)) ... y" } ] } } resource "..." { dynamic "virtual_network_rule" { for_each = var.virtual_network_rule_ids content { id = virtual_network
- Terraform workspace @tech:terraform:poc
- mpresa = "synectic" } } resource "azurerm_virtual_network" "vnet" { name = "rg1-vn... ame = "${azurerm_resource_group.rg.name}" virtual_network_name = "${azurerm_virtual_network.vnet.name}" address_prefix = "1.0.1.0/24" } </code>
- terraform AWS
- S_KEY)" </code> <code bash> revealpass() { local DATA_PATH="/secure/storage/PASSWORDS/" local SERVICE=$1 [[ ! -z ${SERVICE} ]] && [[ -f $
- terraform win-instance
- "Action": "sts:AssumeRole", "Principal": { "Service": "ec2.amazonaws.com"... private_key.foo.private_key_pem}" } resource "local_file" "foo" { content = "${tls_private_key.f
- casos de uso
- pn_group} -GroupCategory Security -GroupScope Global -DisplayName ${admin_vpn_group} -Path "${vpn_OU_A