Relative Content

Tag Archive for amazon-web-servicesterraformterraform-provider-aws

terraform tags for list variable not working

trying to create aws resources , i get problems in tags , can some one please help
but i want to merge tags with local.tags and with the addition tags for the resource creation , i think something to do with list and object ,

How to add subscription to an existing topic present in another AWS account to the SQS via Terraform

I have the infrastructure for AWS being created using Terraform. There is a SNS topic already present in another AWS account which I have to subscribe for an SQS that I have in my AWS account. How to add this subscription topic to the SQS during resource creation of SQS using Terraform?
As the SNS topic is already present in another account, I just need to refer this subscription to the SQS in my account.
Is there a way to provide subscription arn in the syntax of

Does Terraform apply destroy manually created resources

We do have done lot of manual network configuration such as vpc peering, routing table changes, all those changes done by manually after initial network configuration has been setup using Terraform. Recently I have done new ALB related changes using Terraform, does Terraform apply destroy manually created resources, because I can only see my ALB changes only going to apply when I tested using terraform plan. seemed to be all manual changes not identified by terraform. I’m ok as far as Terraform. plan to going to destroy the manually created configuration.