hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

Update to Vault 0.10.x and Consul 1.2.x. Fix helper script commands accordingly. #19

Closed josh-padnick closed 6 years ago

josh-padnick commented 6 years ago

This PR updates to the latest versions of Vault (0.10.4) and Consul (1.2.2), makes some minor clarification to docs, and updates the helper script to use the now current versions of vault commands (e.g. replacing vault auth with vault login).

It also fixes an issue where the following warning was shown on every terraform apply and terraform destroy:

Warning: output "firewall_rule_allow_inbound_api_url": must use splat syntax to access
 google_compute_firewall.allow_inbound_api attribute "self_link", because it has "count" set; use
 google_compute_firewall.allow_inbound_api.*.self_link to obtain a list of the attributes across all
 instances
josh-padnick commented 6 years ago

@infosecgithub We forgot to mention you on some of these PRs, but doing so now just so you're aware of our progress.