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

feat(CIS): Origin Post Quantum Encryption and Max HTTP Version #5504

Closed arjunchauhanibm closed 1 month ago

arjunchauhanibm commented 2 months ago

Community Note

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...
hkantare commented 1 month ago

Fix the conflicts

hkantare commented 1 month ago

Add respective testcase and test results of all testcases associated with changed resource

arjunchauhanibm commented 1 month ago

Test case 1. origin_max_http_version = "1" origin_post_quantum_encryption = "off"

image image
arjunchauhanibm commented 1 month ago

Test case 2. origin_max_http_version = "2" origin_post_quantum_encryption = "preferred"

image

arjunchauhanibm commented 1 month ago

Test case 3. origin_max_http_version = "2" origin_post_quantum_encryption = "supported"

image