terraform-provider-vault
terraform-provider-vault copied to clipboard
Do not use provider specific AWS region for aws_secret_backend
In cases where aws_secret_backend gets called to updated an AWS secret
backend config and a region is not specified us-east-1 was getting set
in the request to Vault overriding any AWS_REGION or AWS_DEFAULT_REGION
configuration that may exist.
Fixes #817