Skip to content

scaleway_lb_certificate.custom_certificate.certificate_chain is not marked as sensitive #2761

@jlaine

Description

@jlaine

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:

"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 requests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions