[apiAmi] --> amazon-ebs: AMIs were created: [apiAmi] [apiAmi] eu-west-1: ami-e628569f
...
And next is Terraform:
...
[0m [1mmodule.api_launch_configuration_blue.aws_launch_configuration.lc: Creating... [0m associate_public_ip_address: "" => "false" ebs_block_device.#: "" => "<computed>" ebs_optimized: "" => "<computed>" enable_monitoring: "" => "true" image_id: "" => "ami-78b6c901"...But the ID ami-78b6c901 is previous build from Jenkins - not the latest AMI from Packer == ami-e628569f.What can be wrong here?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/15bdea93-631d-449c-9d73-49cad73fb809%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
data "aws_ami" "nat_ami" {
most_recent = truemost_recent should give you want you need.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/96e0b258-df07-466c-a969-ce15c43e68fb%40googlegroups.com.
[apiAmi] eu-west-1: ami-e628569f
image_id: "" => "ami-78b6c901"
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/08fcc563-4b64-4b44-8540-8dd4aa72ae01%40googlegroups.com.