You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This directory contains a [Terraform Module](https://www.terraform.io/docs/modul
5
5
The `main` branch may be updated at any time with the latest changes which could be breaking. You should always configure your module to use a release. This can be configured in the modules Terraform Configuration block.
Copy file name to clipboardExpand all lines: docs/changes/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# next
2
2
3
+
# v1.0.0-beta7
4
+
5
+
* Fix error applying Terraform when nodes greater than 1
6
+
7
+
## Fix error applying Terraform when nodes greater than 1
8
+
9
+
When the nodes are greater than 1 and using DNS round robin, Terraform cannot create a plan due to the IP addresses having an indeterminate count. Change this to use the input variable that specifies the number of knfsd nodes.
0 commit comments