Is it possible to put a loop in the output section of a Terraform plan?
$ terraform -v Terraform v1.5.7 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v5.80.0 I have a module that instantiates multiple EC2 instances, and I print out the information I want in the output section. // Create an EC2 instances module “ec2_node” { count = var.num_nodes source = “../modules/ec2_node” ami_id = var.ami_id availability_zone = var.availability_zone … } output […]
Is it possible to put a loop in the output section of a Terraform plan?
$ terraform -v Terraform v1.5.7 on darwin_amd64 + provider registry.terraform.io/hashicorp/aws v5.80.0 I have a module that instantiates multiple EC2 instances, and I print out the information I want in the output section. // Create an EC2 instances module “ec2_node” { count = var.num_nodes source = “../modules/ec2_node” ami_id = var.ami_id availability_zone = var.availability_zone … } output […]
Trying to for_each over a map of maps
I have the following code that I would like to iterate over its map.
The local or global variables in policies file in SNS are not able to resolve the values
I am using terraform to create an SNS Queue. I am also creating my own SNS policy file
The local or global variables in policies file in SNS are not able to resolve the values
I am using terraform to create an SNS Queue. I am also creating my own SNS policy file
The local or global variables in policies file in SNS are not able to resolve the values
I am using terraform to create an SNS Queue. I am also creating my own SNS policy file
The local or global variables in policies file in SNS are not able to resolve the values
I am using terraform to create an SNS Queue. I am also creating my own SNS policy file
The local or global variables in policies file in SNS are not able to resolve the values
I am using terraform to create an SNS Queue. I am also creating my own SNS policy file
Launching EC2 Instances using Terraform resources aws_launch_template{} and aws_instance{} does not enable monitoring even though monitoring{} exists
I tried out the creation of EC2 Instances using aws_launch_template{}
and aws_instance{}
resources , but after doing that, the detailed monitoring does not activate and for some reason I get such result:
Launching EC2 Instances using Terraform resources aws_launch_template{} and aws_instance{} does not enable monitoring even though monitoring{} exists
I tried out the creation of EC2 Instances using aws_launch_template{}
and aws_instance{}
resources , but after doing that, the detailed monitoring does not activate and for some reason I get such result: