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

Terraform keeps wanting to change route53 records #9772

Closed
tomstachura opened this issue Nov 1, 2016 · 2 comments
Closed

Terraform keeps wanting to change route53 records #9772

tomstachura opened this issue Nov 1, 2016 · 2 comments

Comments

@tomstachura
Copy link

Terraform keeps wanting to change the following when running the attached prod/main.tf even though nothing has changed in the files:

~ module.tst1.lb_web.aws_route53_record.r53_record
alias.111955117.evaluate_target_health: "" => "true"
alias.111955117.name: "" => "TEST1-WEB-934561747.us-west-2.elb.amazonaws.com"
alias.111955117.zone_id: "" => "Z1H1FL5HABSF5"
alias.3481356494.evaluate_target_health: "true" => "false"
alias.3481356494.name: "test1-web-934561747.us-west-2.elb.amazonaws.com" => ""
alias.3481356494.zone_id: "Z1H1FL5HABSF5" => ""

~ module.tst1.lb_ui.aws_route53_record.r53_record
alias.1772725216.evaluate_target_health: "" => "true"
alias.1772725216.name: "" => "TEST1-UI-128225832.us-west-2.elb.amazonaws.com"
alias.1772725216.zone_id: "" => "Z1H1FL5HABSF5"
alias.2787155967.evaluate_target_health: "true" => "false"
alias.2787155967.name: "test1-ui-128225832.us-west-2.elb.amazonaws.com" => ""
alias.2787155967.zone_id: "Z1H1FL5HABSF5" => ""

~ module.tst1.lb_id.aws_route53_record.r53_record
alias.1642565914.evaluate_target_health: "true" => "false"
alias.1642565914.name: "test1-id-1993475306.us-west-2.elb.amazonaws.com" => ""
alias.1642565914.zone_id: "Z1H1FL5HABSF5" => ""
alias.3961525715.evaluate_target_health: "" => "true"
alias.3961525715.name: "" => "TEST1-ID-1993475306.us-west-2.elb.amazonaws.com"
alias.3961525715.zone_id: "" => "Z1H1FL5HABSF5"

~ module.tst1.lb_solr.aws_route53_record.r53_record
alias.2989646069.evaluate_target_health: "true" => "false"
alias.2989646069.name: "internal-test1-solr-2033871431.us-west-2.elb.amazonaws.com" => ""
alias.2989646069.zone_id: "Z1H1FL5HABSF5" => ""
alias.3452499411.evaluate_target_health: "" => "true"
alias.3452499411.name: "" => "internal-TEST1-SOLR-2033871431.us-west-2.elb.amazonaws.com"
alias.3452499411.zone_id: "" => "Z1H1FL5HABSF5"

terraform bug report.zip

I removed the access keys, a certificate and a couple of IP's from the script, otherwise you should be able to run them.

@stack72
Copy link
Contributor

stack72 commented Nov 1, 2016

Hi @tomstachura

I believe we have fixed this in master due to #9704. This will be released as part of Terraform 0.7.8 soon:tm:

Please let us know if that doesn't help

Sorry for the issues

Paul

@ghost
Copy link

ghost commented Apr 20, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants