akamai / cli-terraform

Akamai CLI plugin Admin Support for multiple OpenAPI resource types
Apache License 2.0
21 stars 11 forks source link

Error in cert_provisioning_type #15

Closed isss802 closed 1 year ago

isss802 commented 2 years ago

Imported the configuration and found the differences.

https://github.com/akamai/cli-terraform/blob/91d345d0cc5fadd094afc83c3bb7d7ebda273371/command_create_property.go#L536

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"

kaush- commented 1 year ago

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

lkowalsk-akamai-com commented 1 year ago

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