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

Support for confidential compute profiles in instance and instance template #5430

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

ujjwal-ibm
Copy link
Collaborator

@ujjwal-ibm ujjwal-ibm commented Jun 18, 2024

Changes in datasource :

  • instance_profile

    • code
    • test
    • doc
  • instance_profiles

    • code
    • test
    • doc
  • instance_template

    • code
    • test
    • doc
  • instance_templates

    • code
    • test
    • doc
  • instances

    • code
    • test
    • doc
  • instance

    • code
    • test
    • doc

Changes in resource :

  • instance

    • code
    • test
    • doc
  • instance_template

    • code
    • test
    • doc

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment 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 pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

 % export SL_INSTANCE_PROFILE=bx3dc-2x10
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceProfileDataSource_concom'
=== RUN   TestAccIBMISInstanceProfileDataSource_concom
--- PASS: TestAccIBMISInstanceProfileDataSource_concom (18.65s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     20.568s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceProfilesDataSource_concom'
=== RUN   TestAccIBMISInstanceProfilesDataSource_concom
--- PASS: TestAccIBMISInstanceProfilesDataSource_concom (28.43s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     30.400s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstance_concom'
=== RUN   TestAccIBMISInstance_concom
--- PASS: TestAccIBMISInstance_concom (279.27s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     281.594s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceDataSource_concom'
=== RUN   TestAccIBMISInstanceDataSource_concom
--- PASS: TestAccIBMISInstanceDataSource_concom (305.38s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     307.331s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstancesDataSource_concom'
=== RUN   TestAccIBMISInstancesDataSource_concom
--- PASS: TestAccIBMISInstancesDataSource_concom (182.17s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     183.747s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplate_concom1'
=== RUN   TestAccIBMISInstanceTemplate_concom1
--- PASS: TestAccIBMISInstanceTemplate_concom1 (1212.79s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     1214.825s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplates_dataconcom'
=== RUN   TestAccIBMISInstanceTemplates_dataconcom
--- PASS: TestAccIBMISInstanceTemplates_dataconcom (890.90s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     892.870s
% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISInstanceTemplate_dataconcom' 
=== RUN   TestAccIBMISInstanceTemplate_dataconcom
--- PASS: TestAccIBMISInstanceTemplate_dataconcom (896.66s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     898.244s

resolves #5180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ibm_is_instance currently not supporting Secure Boot and Confidential Computing(SGX)
2 participants