Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables
- nce_count" { description = "Number of instances to provision." type = number default ... variable "resource_tags" { description = "Tags to set for all resources" type = map(string... t variables * bloque declaración/valor por defecto:<code properties> variable "image_id" { type = ... variable "resource_tags" { description = "Tags to set for all resources" type = map(string
- Terraform state
- un recurso * pull: descarga el state de un remoto * push: sube el state desde local al remoto == mover recursos a diferentes 'states' /via: [[https:... -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996]] ===creando un nuevo estado... -terraform-resources-states-from-one-remote-state-to-another-c76f8b76a996|sintaxis de direccionamiento
- Terraform cli
- xecution plan * **fmt** : Rewrites config files to canonical format * **apply** : Builds or change... ''-target <OBJECT>.<NAME>'' : afecta solo ese objeto. == otros * **refresh** : Update local state f
- terraform win-instance
- pc.my_vpc.id}" ingress { from_port = 1 to_port = 65535 protocol = "tcp" cidr_bl... }", ] } egress { from_port = 0 to_port = 0 protocol = "-1" cidr_bloc
- casos de uso
- er}" AccountPassword = "${password}" | ConvertTo-SecureString -AsPlainText -Force } New-ADUser @At
- terraform data source
- e <callout type="warning" icon="true">muy incompleto</callout> == definición <code properties>data "aw