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
Terraform v1.2.6
on darwin_arm64
+ provider registry.terraform.io/hashicorp/vault v3.8.0
Your version of Terraform is out of date! The latest version
is 1.2.8. You can update by downloading from https://www.terraform.io/downloads.html
I expect to be able to change some of the Role parameters listed on the Create/Update Role documentation.
Actual Behavior
Terraform does not recognize the parameters, there are a few. I've identified a couple in my example above.
│ Error: Unsupported argument
│
│ on demo.tf line 1, in resource "vault_pki_secret_backend_role" "demo":
│ 78: issuer_ref = "other"
│
│ An argument named "issuer_ref" is not expected here.
Steps to Reproduce
terraform plan
Important Factoids
I noticed Vault also has a role configuration option AllowTokenDisplayName but that doesn't seem to be documented and it's not exposed in any way I can see. I'm not clear if that's an internal-only configuration.
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
n/a
Panic Output
n/a
Expected Behavior
I expect to be able to change some of the Role parameters listed on the Create/Update Role documentation.
Actual Behavior
Terraform does not recognize the parameters, there are a few. I've identified a couple in my example above.
Steps to Reproduce
terraform plan
Important Factoids
I noticed Vault also has a role configuration option
AllowTokenDisplayName
but that doesn't seem to be documented and it's not exposed in any way I can see. I'm not clear if that's an internal-only configuration.References
There are a few missing parameters.
The text was updated successfully, but these errors were encountered: