I am facing issues when creating a Route53 record set with failover routing policy. I am not able to set evaluate_target_health and health_check_id . I am trying to create a non alias RT53 record set with type: CNAME and routing policy as failover with primary and secondary set to two other record sets. I read few terraform documentation and it looks like evaluate_target_health and health_check_id parameters are supported only for Alias record sets. Could someone in this group please confirm if this is true?Thanks!
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/e7de5c95-1783-446b-bf33-fadb354339c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Roshan,have you tried doing the same steps in the AWS console or via the aws-cli tool?It could very well be that it's a constraint on how R53 was designed and not a terraform specific issue.Regards,
--Lowe Schmidt | +46 723 867 157
On 10 February 2017 at 01:55, Roshan Mathew Paul <rosha...@gmail.com> wrote:
I am facing issues when creating a Route53 record set with failover routing policy. I am not able to set evaluate_target_health and health_check_id . I am trying to create a non alias RT53 record set with type: CNAME and routing policy as failover with primary and secondary set to two other record sets. I read few terraform documentation and it looks like evaluate_target_health and health_check_id parameters are supported only for Alias record sets. Could someone in this group please confirm if this is true?Thanks!
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/014eb73b-dca5-4eb3-8427-7fbd1257c2c1%40googlegroups.com.
Thanks!