Update 2 files

- /terraform/main.tf
- /terraform/variables.tf
This commit is contained in:
2023-08-06 17:36:15 +00:00
parent da14f96118
commit 948e881e83
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ variable "environment" {
}
variable "ipprefix" {
type = number
type = number
}
variable "k3master" {