Unverified Commit 36d5fb35 authored by Danielle's avatar Danielle Committed by GitHub
Browse files

Merge pull request #6183 from hashicorp/dani/fix-multiparse

clientconfig: Fix parsing multiple host volumes
parents 3081e443 6527c38f
Showing with 1 addition and 0 deletions
+1 -0
......@@ -141,6 +141,7 @@ func extraKeys(c *Config) error {
// Remove HostVolume extra keys
for _, hv := range c.Client.HostVolumes {
removeEqualFold(&c.Client.ExtraKeysHCL, hv.Name)
removeEqualFold(&c.Client.ExtraKeysHCL, "host_volume")
}
for _, k := range []string{"enabled_schedulers", "start_join", "retry_join", "server_join"} {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment