hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
458 stars 538 forks source link

[Bug]: `vault_saml_auth_backend` resource is missing the `accessor` attribute #2089

Open nmasur opened 10 months ago

nmasur commented 10 months ago

Terraform Core Version

1.6.4

Terraform Vault Provider Version

3.23.0

Vault Server Version

1.15.1+ent

Affected Resource(s)

Similar to #1964, the new vault_saml_auth_backend doesn't seem to have an accessor attribute, even though it shows up in the Vault UI after creation.

Expected Behavior

The vault_saml_auth_backend resource should have an accessor attribute.

Actual Behavior

The vault_saml_auth_backend resource has no additional attributes beyond those given as arguments.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

No files relevant to this bug.

Steps to Reproduce

Try to use the accessor attribute.

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None