Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- terraform variables
- bool default = false } variable "resource_tags" { description = "Tags to set for all resources" type = map(string) default = { ... vpc] instance_count = var.instance_count #tags = { # project = "project-alpha", # environment = "dev" #} tags = var.resource_tags } </code> == list, map,
- terraform win-instance
- vpc" "my_vpc" { cidr_block = "172.16.0.0/16" tags = { Name = "tf-example" } } resource "aws... "${var.az1}" map_public_ip_on_launch = true tags = { Name = "tf-example" } } resource "aws... "igw_main" { vpc_id = "${aws_vpc.my_vpc.id}" tags { Name = "IGW-MYAPP" } depends_on = ["a... net.id}" # private_ips = ["172.16.10.100"] # tags = { # Name = "primary_network_interface" #
- TERRAFORM
- = TERRAFORM {{tag> devops info}} * [[tech:terraform:aws]] * [[tech:terraform:azure]] == documentac... = related {{topic>terraform +cursos&nodate&nouser&tags&sort}} {{topic>terraform +libros&nodate&nouser&tags&sort}} === enlaces documentación * 0.12: [[http
- POC estructura AD
- support = true enable_dns_hostnames = true tags { Name = "VPC-MYAPP" } } # # Internet Gat... w_main" { vpc_id = "${aws_vpc.vpc_myapp.id}" tags { Name = "IGW-MYAPP" } depends_on = ["a
- terraform azure
- = terraform azure {{tag> devops cursos azure}} == login * [[https://www.terraform.io/docs/providers/a
- terraform data source
- le" { most_recent = true owners = ["self"] tags = { Name = "app-server" Tested = "true
- Terraform workspace @tech:terraform:poc
- rm.workspace]}" location = "${var.location}" tags = { status = "testing" empresa = "synec