Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform azure
- e tfstate <code bash> #!/bin/bash RESOURCE_GROUP_NAME=tstate STORAGE_ACCOUNT_NAME=tstate$RANDOM CONTAINER_NAME=tstate # Create resource group #az group create --name $RESOURCE_GROUP_NAME --location eastus az group c
- terraform win-instance
- { cidr_block = "172.16.0.0/16" tags = { Name = "tf-example" } } resource "aws_subnet" "my_s... map_public_ip_on_launch = true tags = { Name = "tf-example" } } resource "aws_internet_gate... { vpc_id = "${aws_vpc.my_vpc.id}" tags { Name = "IGW-MYAPP" } depends_on = ["aws_vpc.my_vp... ivate_ips = ["172.16.10.100"] # tags = { # Name = "primary_network_interface" # } # } resource
- Terraform workspace @tech:terraform:poc
- ng" default = "West Europe" } variable "wks_rg_name" { type = object({ pre = string, in... = string, default = string }) } wks_rg_name = { pre = "prepre", int = "intint", ... "" } resource "azurerm_resource_group" "rg" { name = "rg1-rg-${var.wks_rg_name[terraform.workspace]}" location = "${var.location}" tags = { s
- terraform variables
- ad de diferentes tipos * <code javascript>{ name = "John" age = 52 }</code> * <code ruby>variable "wks_rg_name" { type = object({ pre = string, in... = string, default = string }) } wks_rg_name = { pre = "prepre", int = "intint", ... "" } resource "azurerm_resource_group" "rg" { name = "rg1-rg-${var.wks_rg_name[terraform.workspa
- casos de uso
- powershell; template.tpl> Install-WindowsFeature -Name GPMC,RSAT-AD-PowerShell,RSAT-AD-AdminCenter,RSAT-... S-Tools,RSAT-DNS-Server New-ADOrganizationalUnit -Name "${container_OU}" -Path "${base_path_AD}" New-ADGroup -Name "${admin_vpn_group}" -SamAccountName ${admin_vpn_group} -GroupCategory Security -GroupScope Global -Dis
- POC estructura AD
- true enable_dns_hostnames = true tags { Name = "VPC-MYAPP" } } # # Internet Gateway - VPC w... vpc_id = "${aws_vpc.vpc_myapp.id}" tags { Name = "IGW-MYAPP" } depends_on = ["aws_vpc.vpc_m
- Terraform cli
- astructure == parámetros * ''-target <OBJECT>.<NAME>'' : afecta solo ese objeto. == otros * **refr
- terraform data source
- recent = true owners = ["self"] tags = { Name = "app-server" Tested = "true" } }</code>
- TERRAFORM
- private_key.vm_adwriter.private_key_pem}" filename = "${path.cwd}/vm_adwriter.key" } </code> * des