This pull request to address a deprecation warning related to the usage of the vpc attribute in the aws_eip resource, the warning suggests using the domain attribute instead.
Changes Made:
Replaced vpc = "true" in _awseip resource, using domain = "vpc"
Why this is needed:
The pull request aims to update the Terraform code to align with the latest recommendations and resolve the deprecation warning.
Please review the changes, and if everything looks good, feel free to merge it. If you have any questions or concerns, please don't hesitate to reach out.
Pull Request
Description
This pull request to address a deprecation warning related to the usage of the vpc attribute in the aws_eip resource, the warning suggests using the domain attribute instead.
Changes Made:
Why this is needed:
The pull request aims to update the Terraform code to align with the latest recommendations and resolve the deprecation warning.
Please review the changes, and if everything looks good, feel free to merge it. If you have any questions or concerns, please don't hesitate to reach out.
Thanks, Pedro
Fixes #421
Checklist: