how to create aws_security_group with multiple map variables using terraform
Here are my variables –
Terraform: Attach an ACM certificate to the load balancer only if that certificate has been validated
I’m creating a public certificate using Amazon Certificate Manager (ACM) using Terraform. The code looks like this:
terraform using data section with for_each
I’m trying to create resources by passing configuration in json and have a resource loop over the json. However part of the same json contains values that need to be used in a data section.
which values can take resource_type attribute from aws_launch_template / tag_specifications
Looking for a solution for another topic, I’m wondering what values the resource_type field in the tag_specifications section of an aws_launch_template can take.
How to set manage infra with terraform naming with For_each
I just been learning terraform , i have trouble using for_each for creating instances as it been recommended over using count.
AccessDeniedException when creating global organization policy on aws using terraform
I get access denied exception when trying to attach a s3 policy at the organization level. cant really find any relevant info online regarding this.
Terraform Provider Plugin Crashed
My Terraform code has been working fine up until this afternoon. I have not knowingly made any changes when when I did a plan / apply / destroy I have started getting this error.
Terrraform: Ignore specific value when using aws_org_org data call
I am new to terraform and need to exclude a specific value from the each.value in target_id from the below:
AWS Glue Job Not Running / Triggering by Terraform
I have been trying to orchestrate AWS Glue to read and write to S3 by Terraform.
How I can isolate the created resources in multiple module imports?
I make my own terraform module that creates an EC-2 instance and a role for it: