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

Remove optional domain attribute from aws_eip resource #173

Merged
merged 4 commits into from
Mar 20, 2024

Conversation

mariot8
Copy link
Contributor

@mariot8 mariot8 commented Aug 30, 2023

what

  • remove aws_eip optional domain attribute

why

  • optional domain attribute causes terraform to fail plan EC2 instance

references

@mariot8 mariot8 requested review from a team as code owners August 30, 2023 06:31
@mariot8 mariot8 changed the title Fix #172 by remove "aws_eip" optional domain attribute Fix #172 remove optional domain attribute from aws_eip resource to allow tf to compute the value Aug 30, 2023
@joe-niland
Copy link
Sponsor Member

/terratest

@joe-niland joe-niland self-requested a review January 24, 2024 02:09
@hans-d hans-d added stale This PR has gone stale wip Work in Progress: Not ready for final review or merge and removed wip Work in Progress: Not ready for final review or merge labels Mar 8, 2024
@hans-d
Copy link
Contributor

hans-d commented Mar 8, 2024

/terratest

Copy link

mergify bot commented Mar 9, 2024

Thanks @mariot8 for creating this pull request!

A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.

While you wait, make sure to review our contributor guidelines.

Tip

Need help or want to ask for a PR review to be expedited?

Join us on Slack in the #pr-reviews channel.

@mergify mergify bot added triage Needs triage and removed stale This PR has gone stale labels Mar 15, 2024
@joe-niland
Copy link
Sponsor Member

/terratest

@joe-niland joe-niland added the patch A minor, backward compatible change label Mar 20, 2024
Copy link
Sponsor Member

@joe-niland joe-niland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mariot8

Just a general note that the other option for domain was "standard" which is no longer valid due to EC2 Classic Networking being retired.

@mergify mergify bot removed the triage Needs triage label Mar 20, 2024
@joe-niland joe-niland changed the title Fix #172 remove optional domain attribute from aws_eip resource to allow tf to compute the value Remove optional domain attribute from aws_eip resource Mar 20, 2024
@joe-niland joe-niland merged commit 5dd574d into cloudposse:main Mar 20, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value for unconfigurable attribute in resource aws_eip causes terraform fail
3 participants