Currently the allowed_domains field of the vault_ssh_secret_backend_role resource accepts multiple domains as a comma-separated string. HCL supports lists natively, but using one currently returns:
Inappropriate value for attribute "allowed_domains": string required.
This makes configurations less readable, harder to debug, and requires more overhead to concatenate the string.
Description
Currently the
allowed_domains
field of thevault_ssh_secret_backend_role
resource accepts multiple domains as a comma-separated string. HCL supports lists natively, but using one currently returns:Inappropriate value for attribute "allowed_domains": string required.
This makes configurations less readable, harder to debug, and requires more overhead to concatenate the string.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None