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

Terraform provider does not support 'Universal SSL' switch for Cloud Internet Services #1855

Closed
andrewferrier opened this issue Sep 1, 2020 · 1 comment · Fixed by #1954
Assignees

Comments

@andrewferrier
Copy link

Terraform Version

0.12.20 (currently in use by Schematics)

Affected Resource(s)

ibm_cis_domain_settings

Terraform Configuration Files

Where I would expect this setting to be exposed:

resource "ibm_cis_domain_settings" "xyz" {
  cis_id                   = ibm_cis.cis_instance.id
  domain_id                = ibm_cis_domain.xyzcom.id
  waf                      = "on"
  browser_check            = "on"
  automatic_https_rewrites = "on"
  always_use_https         = "on"
  ssl                      = "full"
  brotli                   = "on"
}

Debug Output

N/A

Panic Output

N/A

Expected Behavior

N/A

Actual Behavior

N/A

References

Discussed internally on Slack here: https://ibm-garage.slack.com/archives/C53NF5MB4/p1598619084106600.

@kavya498
Copy link
Collaborator

Hi @andrewferrier,
Universal SSL switch is support using tls-settings, which will be a new resource. Please find the CLI docs for the same here.
One of the developers @KumarGanesanIBM from service team will be working on this..

@KumarGanesanIBM KumarGanesanIBM linked a pull request Oct 9, 2020 that will close this issue
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 a pull request may close this issue.

3 participants