okta / terraform-provider-oktapam

Terraform Provider for Okta PAM
8 stars 4 forks source link

Terraform apply does not make any changes to ssh signing method #94

Closed Linalaub1 closed 1 year ago

Linalaub1 commented 1 year ago

Hi, terraform apply on oktapam_project resources won't actually update the ssh_certificate_type from RSA to ED25519 even though it says Apply complete and resources changed.

terraform plan:

Screenshot 2023-02-28 at 12 05 52 PM

terraform apply:

Screenshot 2023-02-28 at 12 00 57 PM

After terraform apply: Screenshot 2023-02-28 at 12 07 26 PM

waltergoulet-okta commented 1 year ago

@Linalaub1 Thank you for reporting this issue; I have reproduced this using the published provider version and confirmed when running a fresh build from source that this is issue has been resolved. I will circle back with our dev team and see if we can consider planning a fresh release to pick up this fix.

waltergoulet-okta commented 1 year ago

@Linalaub1 New provider version 0.3.2 that was released last week resolves this issue. Thank you for taking the time to report this and for using our provider!