google-cloud-go
google-cloud-go copied to clipboard
compute: expose `ConfidentialInstanceType` field
Is your feature request related to a problem? Please describe.
Currently, the library does not allow to specify the confidential instance type (within the confidential instance config block), while Terraform provider and REST API do.
Describe the solution you'd like
Expose the field in the Go API.
Additional context
cc @deeglaze, who implemented this in the Terraform provider