aws-health-aware icon indicating copy to clipboard operation
aws-health-aware copied to clipboard

Fix Terraform error for single region AssumeRoleArn secret

Open lukerosser opened this issue 3 years ago • 0 comments

Description of changes:

When deploying to an Organisation member account, in a single region, using Terraform there is an error:

│ Error: error creating Secrets Manager Secret: InvalidParameterException: Invalid replica region.
│
│   with aws_secretsmanager_secret.AssumeRoleArn[0],
│   on Terraform_DEPLOY_AHA.tf line 416, in resource "aws_secretsmanager_secret" "AssumeRoleArn":
│  416: resource "aws_secretsmanager_secret" "AssumeRoleArn" {
│

This change resolves that error

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

lukerosser avatar Mar 18 '22 13:03 lukerosser