openclimatefix / ocf-infrastructure

Infrastructure code for OCF's cloud environments
3 stars 7 forks source link

Fixes terraform depreciation on vpc -> domain #421 #431

Closed BreakingPitt closed 8 months ago

BreakingPitt commented 8 months ago

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:

BreakingPitt commented 8 months ago

I close the pull request to better organize it using branches, reopen it again as soon as I split it into different branches