Update .gitlab-ci.yml, terraform/variables.tf

This commit is contained in:
2022-11-05 13:29:35 +00:00
parent c4a050957e
commit 73ff739832
2 changed files with 17 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ variable "k3master" {
storage = string
template = string
node = string
ip = list(number)
ip = list(number)
})
}