We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform version: 1.9.7 HCP provider version: 0.97.0
resource "hcp_vault_secrets_integration_aws" "this" { name = "aws-secrets-manager" capabilities = ["DYNAMIC", "ROTATION"] federated_workload_identity = { role_arn = aws_iam_role.hashicorp_vault_secrets_role.arn } project_id = var.project_id }
terraform apply
Expect to supply just an IAM role to be assumed by AWS Secrets Manager integration like the docs read
audience argument is required in federated_workload_identity block
federated_workload_identity
https://developer.hashicorp.com/hcp/docs/vault-secrets/integrations/aws-secrets-manager Confirmed working as written in the docs from the UI, only a role provided
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version and Provider Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
Expect to supply just an IAM role to be assumed by AWS Secrets Manager integration like the docs read
Actual Behavior
audience argument is required in
federated_workload_identity
blockImportant Factoids
References
https://developer.hashicorp.com/hcp/docs/vault-secrets/integrations/aws-secrets-manager
Confirmed working as written in the docs from the UI, only a role provided
Community Note
The text was updated successfully, but these errors were encountered: