-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
load-balancerLoad-balancer issues, bugs and feature requestsLoad-balancer issues, bugs and feature requests
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
Terraform v1.9.6
on linux_amd64
- provider registry.terraform.io/hashicorp/random v3.6.3
- provider registry.terraform.io/scaleway/scaleway v2.46.0
Expected Behavior
The certificate_chain contains the private key for the TLS certificate, and as such is sensitive information. I would expect it to be marked as sensitive in the schema.
Actual Behavior
As far as I can tell this field is not marked as sensitive:
terraform-provider-scaleway/internal/services/lb/certificate.go
Lines 83 to 88 in 4863479
| "certificate_chain": { | |
| Type: schema.TypeString, | |
| Required: true, | |
| ForceNew: true, | |
| Description: "The full PEM-formatted certificate chain", | |
| }, |
Metadata
Metadata
Assignees
Labels
load-balancerLoad-balancer issues, bugs and feature requestsLoad-balancer issues, bugs and feature requests