We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c7726 commit 4d74b11Copy full SHA for 4d74b11
1 file changed
main.go
@@ -26,8 +26,6 @@ func getInstances(config Config) (clouds CloudInstances) {
26
27
for name, cfg := range config {
28
for k, v := range cfg {
29
- cfg["name"] = name
30
- cfg["provider"] = k
31
32
if k == "provider" {
33
switch v {
0 commit comments