Skip to content

Commit

Permalink
pipline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinAwallace committed Sep 22, 2023
1 parent aa3203f commit c0b9314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/terraform/upcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ terraform destroy --var-file cluster-settings.tfvars \
* `backend_servers`: List of servers that traffic to the port should be forwarded to.
* `server_groups`: Group servers together
* `servers`: The servers that should be included in the group.
* `anti_affinity_policy`: Defines if a server group is an anti-affinity group. Setting this to "strict" or yes" will result in all servers in the group being placed on separate compute hosts. The value can be "strict", "yes" or "no". "strict" refers to strict policy doesn't allow servers in the same server group to be on the same host. "yes" refers to best-effort policy and tries to put servers on different hosts, but this is not guaranteed
* `anti_affinity_policy`: Defines if a server group is an anti-affinity group. Setting this to "strict" or yes" will result in all servers in the group being placed on separate compute hosts. The value can be "strict", "yes" or "no". "strict" refers to strict policy doesn't allow servers in the same server group to be on the same host. "yes" refers to best-effort policy and tries to put servers on different hosts, but this is not guaranteed.
2 changes: 1 addition & 1 deletion contrib/terraform/upcloud/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ variable "server_groups" {

type = map(object({
anti_affinity_policy = string
servers = list(string)
servers = list(string)
}))

default = {}
Expand Down

0 comments on commit c0b9314

Please sign in to comment.