pre-commit: apply autofixes hooks and fix the rest manually
- markdownlint (manual fix) - end-of-file-fixer - requirements-txt-fixer - trailing-whitespace
This commit is contained in:
@ -72,6 +72,7 @@ The setup looks like following
|
||||
|
||||
```bash
|
||||
./generate-inventory.sh > sample-inventory/inventory.ini
|
||||
```
|
||||
|
||||
* Export Variables:
|
||||
|
||||
|
@ -146,4 +146,4 @@ server_groups = {
|
||||
# ]
|
||||
# anti_affinity_policy = "yes"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
@ -558,4 +558,4 @@ resource "upcloud_server_group" "server_groups" {
|
||||
anti_affinity_policy = each.value.anti_affinity_policy
|
||||
labels = {}
|
||||
members = [for server in each.value.servers : merge(upcloud_server.master, upcloud_server.worker)[server].id]
|
||||
}
|
||||
}
|
||||
|
@ -106,4 +106,4 @@ variable "server_groups" {
|
||||
anti_affinity_policy = string
|
||||
servers = list(string)
|
||||
}))
|
||||
}
|
||||
}
|
||||
|
@ -146,4 +146,4 @@ server_groups = {
|
||||
# ]
|
||||
# anti_affinity_policy = "yes"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user