IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
340 stars 667 forks source link

ibm_is_instance currently not supporting Secure Boot and Confidential Computing(SGX) #5180

Open shreejam21 opened 7 months ago

shreejam21 commented 7 months ago

Community Note

Question

I just noticed that when you configure an IBM (bx3d) instance via the IBM Console there is an option for me to enable Secure Boot and Confidential Computing (SGX) (look image below) image

HOWEVER -

I was looking through the Terraform provider for ibm_is_instance - I don't see that I can enable either the Secure Boot or Confidential Computing (SGX) via the terraform provider

I would like to understand a few things :

  1. Are these arguments added to the terraform provider already? If yes - please point me to the right provider :)
  2. Is there already a PR or branch of this repo that has this capability?
  3. What is the process and timeline for getting this argument feature enabled for both secure boot and SGX?

My request is that the team adds this capability to enable secure boot and confidential computing via Terraform. Please provide context and timeline to get these updated

New or Affected Resource(s) or Datasource(s)

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

deepaksibm commented 7 months ago

Confidential compute is a Beta feature and is not supported in terraform. It will be supported when the feature is available as GA

shreejam21 commented 7 months ago

Confidential compute is a Beta feature and is not supported in terraform. It will be supported when the feature is available as GA

What about Secure Boot functionality ??

deepaksibm commented 7 months ago

Confidential compute is a Beta feature and is not supported in terraform. It will be supported when the feature is available as GA

What about Secure Boot functionality ??

Both are Beta capabilities at the moment. It will be available in terraform after it is available in GA.

deepaksibm commented 7 months ago

@sumitkumartiwari

shreejam21 commented 7 months ago

I see. Do we know what the timeline is for GA for these features?

deepaksibm commented 6 months ago

@shreejam21 Select availability by the end of second quarter and terraform should be available around the same timeframe.

@sumitkumartiwari

shreejam21 commented 4 months ago

@deepaksibm & @sumitkumartiwari - Following up here - Is SGX GA and supported by terraform provider ??

deepaksibm commented 4 months ago

@shreejam21 SGX is not GA yet. It is SA. SA support will be available in the next terraform release which is end of month

ujjwal-ibm commented 1 month ago

added support here #5430

ujjwal-ibm commented 1 month ago

released as part of https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.67.0-beta0