You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "policy_arns": conflicts with role_arns
on aws-secret.tf line 47, in resource "vault_aws_secret_backend_role" "ecr":
47: resource "vault_aws_secret_backend_role" "ecr" {
Error: "role_arns": conflicts with policy_arns
on aws-secret.tf line 47, in resource "vault_aws_secret_backend_role" "ecr":
47: resource "vault_aws_secret_backend_role" "ecr" {
Steps to Reproduce
Please list the steps required to reproduce the issue:
terraform plan
References
Seems like this is a config desync with aws_secret_backend_role: support role_arns argument #407 where the case where credential_type = assumed_role and both role_arns and policy_arns has not been tested because it did not exist back then.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Plan runs successfully, as well as apply.
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue:
terraform plan
References
credential_type = assumed_role
and bothrole_arns
andpolicy_arns
has not been tested because it did not exist back then.sts:AssumeRole
https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html (as well as inline ones)The text was updated successfully, but these errors were encountered: