Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eks-vpc): verify available ec2 elastic ips quotas before apply #136

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

leiicamundi
Copy link
Contributor

This pull request introduces a check to validate the availability of Elastic IP quotas before creating resources.

I did not use the native data sources provided by the provider as they do not meet the requirements for this specific validation.

The checks will be executed during the terraform plan phase. Since the checks are independent of the resource lifecycle, a strong dependency with depends_on is not feasible. These checks will only raise warnings if the conditions are not met, without interrupting the overall execution of Terraform operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant