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
The resource boundary_credential_store_vault needs worker_filter option
Please list the resources as a list, for example: boundary_credential_store_vault
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
resource "boundary_credential_store_vault" "foo" { provider = boundary.hcpboundary name = "foo" description = "My first Vault credential store!" address = "https://vault-cluster-private-.hashicorp.cloud:8200" # change to Vault address namespace = "admin" token = "hvs.CAESI23432AQuPkF" # change to valid Vault token scope_id = boundary_scope.project.id }
Should be a place for worker_filter as an optional resource
What actually happened? No option
The text was updated successfully, but these errors were encountered:
mikemountain
Successfully merging a pull request may close this issue.
The resource boundary_credential_store_vault needs worker_filter option
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
boundary_credential_store_vault
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
resource "boundary_credential_store_vault" "foo" {
provider = boundary.hcpboundary
name = "foo"
description = "My first Vault credential store!"
address = "https://vault-cluster-private-.hashicorp.cloud:8200" # change to Vault address
namespace = "admin"
token = "hvs.CAESI23432AQuPkF" # change to valid Vault token
scope_id = boundary_scope.project.id
}
Expected Behavior
Should be a place for worker_filter as an optional resource
Actual Behavior
What actually happened?
No option
The text was updated successfully, but these errors were encountered: