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.73k stars 9.09k forks source link

[New Resource]: `aws_ec2_image_deregistration_protection` #37081

Open jar-b opened 4 months ago

jar-b commented 4 months ago

Description

This resource will enable practitioners to enable image deregistration protection for an AMI.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_ec2_image_deregistration_protection" "example" {
  image_id      = aws_ec2_image.example.id
  with_cooldown = true
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

Siddarthyuvaraj commented 1 month ago

I will work on this and raise a PR later

Siddarthyuvaraj commented 1 month ago

PR has been raised https://github.com/hashicorp/terraform-provider-aws/pull/38639