-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Special handling for AWS elb security group #601
Comments
Hello – sorry for the silence. I assume this ELB security group exists independently of Terraform?
What kind of changes or commands are you running to see this? Could you possibly give me a bare-minimum configuration file that demonstrates this? Be sure to omit and sensitive secrets/keys. Thanks! |
We haven't heard from you in a bit, so we're going to go ahead and close this. If you have any more information to help us debug or reproduce this, we can re-open it. In the meantime, we have recently added a feature to the ELB resource regarding security groups, perhaps it's helpful: |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
The elb security group has the id amazon-elb/sg-843f59ed (amazon-elb-sg).
If i try to create a security group that references this id, it actually creates it fine.
but each time i'll apply after that i'll get The security group 'sg-843f59ed does not exist'
what happens is that after a refresh, terraform will receive the id as sg-843f59ed (and that will be in the state file), and that's when i'll get the error.
The text was updated successfully, but these errors were encountered: