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.65k stars 9.03k forks source link

[Enhancement]: Support terraform state mv from aws_security_group_rule to aws_vpc_security_group_egress_rule and aws_vpc_security_group_ingress_rule #36913

Open evanstachowiak opened 3 months ago

evanstachowiak commented 3 months ago

Description

Terraform 1.8 now supports: Providers can now transfer the ownership of a remote object between resources of different types, for situations where there are two different resource types that represent the same remote object type.

It would be really great to support this for the new security group rule resources, as migrating is currently not supported by the state mv syntax

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

Potential Terraform Configuration

No response

References

https://github.com/hashicorp/terraform/blob/v1.8/CHANGELOG.md

Would you like to implement a fix?

None

github-actions[bot] commented 3 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue