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 "me too" comments, 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. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.
Description
when using google_app_engine_domain_mapping and attempting to configure a manual SSL settings, there is no way to also upload / manage the Authorized Certificate for this resource, instead the terraform provider expects to manually point to a certificate_id (presumably uploaded through the UI or Admin API)
# allow for creating / updating the ssl cert in a new / same resource
ssl_settings {
private_key = file("path/to/private.key")
certificate = file("path/to/certificate.crt")
}
Community Note
Description
when using
google_app_engine_domain_mapping
and attempting to configure a manual SSL settings, there is no way to also upload / manage the Authorized Certificate for this resource, instead the terraform provider expects to manually point to acertificate_id
(presumably uploaded through the UI or Admin API)e.g.
New or Affected Resource(s)
Potential Terraform Configuration
References
b/319825553