You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[not clear if this is aws provider specific, and the output says "bug in terraform" so dropping it here]
Terraform Version
0.10.7
Terraform Configuration Files
module"consul_cluster" {
source="github.com/hashicorp/terraform-aws-consul//modules/consul-cluster?ref=v0.0.3"# AMI built by packerami_id="ami-a8fe04d0"cluster_name="consul-${var.env}"instance_type="${var.consul_instance_type}"vpc_id="${module.vpc.vpc_id}"allowed_inbound_cidr_blocks=["${module.vpc.vpc_cidr_block}"]
subnet_ids=["${module.vpc.public_subnets}"]
availability_zones="${var.azs}"ssh_key_name="${var.ssh_key_name}"root_volume_type="gp2"allowed_ssh_cidr_blocks=["${var.vpc_cidr}"]
associate_public_ip_address=true# Add this tag to each node in the clustercluster_tag_key="consul-cluster"cluster_tag_value="consul-cluster-${var.env}"user_data=<<-EOF #!/bin/bash /opt/consul/bin/run-consul --server --cluster-tag-key consul-cluster EOF
}
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
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[not clear if this is aws provider specific, and the output says "bug in terraform" so dropping it here]
Terraform Version
0.10.7
Terraform Configuration Files
Debug Output
https://gist.github.com/anonymous/238a4f9ec2bcb011d5e7a63e119a9713
Crash Output
no crash
Expected Behavior
I am trying to create a new VPC + some ASGs
Actual Behavior
Got this error:
Steps to Reproduce
All you need is
terraform apply
.Important Factoids
It appears to be the module above, but I have a bunch of other stuff running in this.
After this, if I run apply again it seems to converge (though there may still be something broken that I haven't noticed).
References
appears to be same as these, but I didn't find that until I'd written this whole thing up. Feel free to move it–
The text was updated successfully, but these errors were encountered: