Skip to content
New issue

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

boundary_credential_store_vault worker_filter needed #294

Closed
BradButtHashi opened this issue Nov 4, 2022 · 0 comments · Fixed by #375
Closed

boundary_credential_store_vault worker_filter needed #294

BradButtHashi opened this issue Nov 4, 2022 · 0 comments · Fixed by #375
Assignees
Labels
enhancement New feature or request

Comments

@BradButtHashi
Copy link

The resource boundary_credential_store_vault needs worker_filter option

Terraform Version

  • provider registry.terraform.io/hashicorp/boundary v1.1.2
  • Using previously-installed hashicorp/boundary v1.1.2

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
4 participants