Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- terraform variables
- = string default = "us-west-2" } variable "instance_count" { description = "Number of instances to provision." type = number default ... _gateway" { description = "Enable a VPN gateway in your VPC." type = bool default = f... ws" { region = var.aws_region } module "ec2_instances" { source = "./modules/aws-instance"
- terraform win-instance
- = terraform win-instance == de interés * uso **key** para recuperar contraseña admin windows * asignación IP privada... = { Name = "tf-example" } } resource "aws_internet_gateway" "igw_main" { vpc_id = "${aws_vpc... aws_subnet.my_subnet.id}" # depends_on = ["aws_internet_gateway.igw_main"] # } # resource "aws_eip
- TERRAFORM
- = TERRAFORM {{tag> devops info}} * [[tech:terraform:aws]] * [[tech:terraform:azure]] == documenta... 12: [[https://www.terraform.io/docs/configuration/index.html]] * 0.11: [[https://www.terraform.io/docs/configuration-0-11/interpolation.html: interpolación (referenciar variables, atributos de recursos, llamar funciones)]] ==
- POC estructura AD
- = POC estructura AD == intro * basado en [[https://github.com/tonyprawiro/aws-msad-terraform.git]] ... p" { cidr_block = "${var.vpc_cidr}" instance_tenancy = "default" enable_dns_suppor... true tags { Name = "VPC-MYAPP" } } # # Internet Gateway - VPC wide # resource "aws_internet_gateway" "igw_main" { vpc_id = "${aws_vpc.vpc_my
- Terraform cli
- = Terraform cli == básicos * **init** : Initialize a new or existing Terraform configuration * **validate** : Validates the Terraform... anonical format * **apply** : Builds or changes infrastructure * **graph** : Create a visual graph... file * **destroy** : Destroy Terraform-managed infrastructure == parámetros * ''-target <OBJECT>
- terraform modules
- = terraform modules + info: [[https://www.terraform.io/docs/configuration/modules.html]] == llamada <c... rs" { source = "./app-cluster" servers = 5 # input var from module } </code> * otros meta-argum... rtir desde el módulo == versiones * importante/interesante indicar la versión del módulo a utilizar * acepta: * **>= <version>** * **%%<=%% <
- terraform data source
- ta source <callout type="warning" icon="true">muy incompleto</callout> == definición <code properties>... rue" } }</code> <code properties> resource "aws_instance" "web" { ami = data.aws_ami.web.id instance_type = "t1.micro" } </code>
- Terraform workspace @tech:terraform:poc
- me" { type = object({ pre = string, int = string, default = string }) } wks_rg_name = { pre = "prepre", int = "intint", default = "" } resource "azurerm_resource_group" "rg" { name = "rg1-rg-${va
- casos de uso
- == data-templates <code powershell; template.tpl> Install-WindowsFeature -Name GPMC,RSAT-AD-PowerShell... m_adwriter" { template = "${file("templates/aws_instance.vm_adwriter.tpl")}" vars { container
- Terraform state
- dar]] -> ''terraform state list'' * en destino, inicializamos terraform:<code bash>terraform init</code> * nos preguntará si queremos subir el state