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
It's complaining invalid or unknown key: role_arns
I tried with policy_arns but that's valid only for iam user type. Terraform doc does not say anything specific to assume_role type, at least I did not see anything
Following pull request is the fix for this ticket. Able to include the fix into local package and it's working as expected. Waiting for the next release with the desired fix.
Is there anyway to set the role_arn through terraform ?
Here is my piece of code, however I am unable to automate this through terraform.
It's complaining
invalid or unknown key: role_arns
I tried with
policy_arns
but that's valid only foriam user
type. Terraform doc does not say anything specific to assume_role type, at least I did not see anythinghttps://www.terraform.io/docs/providers/vault/r/aws_secret_backend_role.html
The text was updated successfully, but these errors were encountered: