-
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
Diffs didn't match during apply for aws_elb #639
Comments
Here's the
|
A second round of
|
I've got the same issue. Been following Atlas getting started guide and have problems when I bump up instances count from 1 to 2.
|
@strzalek @henrikhodne any change you could try this again with the latest code from master? PR #661 should fix this issue. |
@svanharmelen I've just downloaded source code and compiled dev build and it's not solved. You should be able to easily reproduce it by using my tf config that I've posted above. Let me know if I can help anyhow by providing more info. |
Awesome! 👍 Thanks for looking into this and fixing. I'll play with On Tuesday, December 16, 2014, Sander van Harmelen notifications@github.com
|
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. |
I've been following along the "Getting Started" guide for Atlas, and when I got to the last
terraform apply
on this page (in case the pages change, that's when you add the security group and switch the AMI for the instance to the Atlas artifact), I got this error:My current Terraform file:
The diff from the latest
terraform apply
is the addition of the aws_security_group (and corresponding field in aws_instance), and changing the aws_instance.web.ami from "ami-" to the interpolation.The text was updated successfully, but these errors were encountered: