mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
Change IPs
This commit is contained in:
parent
03651dff7f
commit
5dd34e8c3c
@ -5,9 +5,9 @@ provider "rke" {
|
||||
resource rke_cluster "cluster" {
|
||||
dynamic "nodes" {
|
||||
for_each = [
|
||||
"192.168.1.21",
|
||||
"192.168.1.22",
|
||||
"192.168.1.23"
|
||||
"192.168.1.110",
|
||||
"192.168.1.111",
|
||||
"192.168.1.112"
|
||||
]
|
||||
content {
|
||||
address = nodes.value
|
||||
@ -23,7 +23,7 @@ resource rke_cluster "cluster" {
|
||||
|
||||
dynamic "nodes" {
|
||||
for_each = [
|
||||
"192.168.1.17"
|
||||
"192.168.1.113"
|
||||
]
|
||||
content {
|
||||
address = nodes.value
|
||||
|
Loading…
Reference in New Issue
Block a user