Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add google_compute_instance argument to enable GCP cofidential compute instances #7936

Closed

Comments

@salrashid123
Copy link
Contributor

Terraform provider (v3.49.0) does not include an argument that would enable a GCE VM to use Confidential Compute

the config parameter to enable that is:

  "confidentialInstanceConfig": {
    "enableConfidentialCompute": true
  },

API:

  "confidentialInstanceConfig": {
    "enableConfidentialCompute": boolean
  },

maybe something similar to the shieldedInstanceConfig setting
https://github.com/GoogleCloudPlatform/magic-modules/blob/master/products/compute/api.yaml#L6329

@salrashid123
Copy link
Contributor Author

@upodroid
Copy link
Contributor

upodroid commented Dec 7, 2020

:D I'll get it fixed.

@rileykarson
Copy link
Collaborator

@salrashid123: Note that this is currently only available at beta. It's now documented, though!

@salrashid123
Copy link
Contributor Author

yep! thanks for the really quick turnaround!
@upodroid , @rileykarson

@ghost
Copy link

ghost commented Jan 7, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Jan 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.