hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.17k forks source link

resource/aws_iam_server_certificate: Changing name or path does not need to recreate resource #37479

Open gdavison opened 5 months ago

gdavison commented 5 months ago

Terraform Core Version

N/A

AWS Provider Version

5.49.0

Affected Resource(s)

aws_iam_server_certificate

Expected Behavior

The API call UpdateServerCertificate allows modifying the name and path of a server certificate

Actual Behavior

Changing the name or path recreates the resource

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

N/A

Steps to Reproduce

N/A

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 5 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue