Terraform AWS Plugin not Downloading
Trying to get Terraform to download the AWS plugins, but when running terraform init
I just get the below
terraform error : Entity Already Exists error (creating IAM Policy oa_aedl_xaccess_kms_policy: )
Can someone guide me how to resolve this issue.
how to configure a aws_ce_cost_category using a cost allocation tag
I’m somewhat new to terraform. I’m having trouble reading in a nested irregular YAML and then iterating over it to create a uniform structure I can use to create rules for AWS Cost Categories. The original order in the YAML has to be preserved.
Conditional resource creation in terraform
I’m new to Terraform, having recently transitioned from CloudFormation. The resources for my service were initially created using CloudFormation but are now managed by Terraform.
Terraform throws ‘Error: Cycle: ‘ with modules
Team,
How to pass different principals when deploying a bucket policy using terraform
Using terraform I am creating a simple bucket and applying a simple bucket policy that allows a role and a user to get access to it. The role/user is different for each account that is being deployed.
create simple aws EC2 instance using terraform issue
variables.tf
Terraform Import of EBS Volumes Not Reflecting in State
I’m trying to move an EC2 instance from one module to another using Terraform. This EC2 instance has EBS volumes attached to it. When I run terraform import on an EBS volume, Terraform does not actually import it. Here’s what I get (in this example, I left the resource ID blank):
Terraform: Merge two tuples/lists to create a map
I’m new to Terraform and I would like to know how can create a map from two lists/tuples. To put the question in context, I’ve a variable which holds the subnet IDs and another variable which holds the availability zone IDs for the subnets. Now I want a variable ( map of Zone ID to Subnet ID ) which will create the below result:
Terraform module cn-terraform/ecs-fargate-scheduled-task/aws suddenly reporting “An argument named “event_rule_is_enabled” is not expected here.”
I have been using https://github.com/umotif-public/terraform-aws-ecs-fargate-scheduled-task for over 1 year without any issues