Top "Terraform-provider-aws" questions

Terraform Provider for AWS.

Terraform - Delete all resources except one

I have a Terraform 0.11 project with 30-40 different resources. I would like to delete all of them except a few …

terraform terraform-provider-aws infrastructure
How to give the target bucket log-delivery group WRITE and READ_ACP permissions?

I am trying to setup a cloudfront dist and s3 bucket with terraform. When I run terraform apply it is …

amazon-s3 terraform amazon-cloudfront terraform-provider-aws
Terraform - Get a value from parameter store and pass to resource

We store our latest approved AMIs in AWS parameter store. When creating new instances with Terraform I would like to …

amazon-web-services terraform terraform-provider-aws
How to solve Error loading state: AccessDenied: Access Denied status code: 403 when trying to use s3 for terraform backend?

my simple terraform file is: provider "aws" { region = "region" access_key = "key" secret_key = "secret_key" } terraform { backend "s3" { # Replace …

terraform terraform-provider-aws
Terraform: How to use multiple locals and Variables inside "for_each"

I have a terraform template that creates multiple EC2 instances. I then create a few Elastic Network interfaces in the …

terraform terraform-provider-aws terraform-template-file