akamai / cli-terraform

Akamai CLI plugin Admin Support for multiple OpenAPI resource types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in cert_provisioning_type

isss802 opened this issue · comments

Imported the configuration and found the differences.

" cert_provisioning_type = \"CPS_MANAGED\"\n" +

Isn't it wrong that cert_provisioning_type is fixed and set to CPS_MANAGED?
In my environment, the value of cert_provisioning_type is DEFAULT.

error
cert_provisioning_type = "CPS_MANAGED"

Correct
cert_provisioning_type = "DEFAULT"

Hi @isss802,

Apologies for the delayed response but as we see cert_provisioning_type is hard coded in the template currently. We will further investigate it and open a bug around to get it fixed if valid.

Regards,
Piyush

Hi @isss802 this issue should be fixed now with v1.1.1 release.