Removed unused local variable
Some checks reported errors
--> Linted: ANSIBLE No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: TERRAFORM_TFLINT Errors were detected, please view logs
--> Linted: TERRAFORM_TERRASCAN No errors were found in the linting process
Lint Code Base / run-lint (push) Failing after 38s

This commit is contained in:
Davide Oddone 2024-10-15 23:25:17 +02:00
parent 4fdc5649f0
commit 785343830f

View File

@ -10,7 +10,6 @@ terraform {
# Define local variables to use within the script # Define local variables to use within the script
locals { locals {
kube_version = "1.31.1"
masternodes = 1 masternodes = 1
workernodes = 2 workernodes = 2
subnet_node_prefix = "172.16.1" subnet_node_prefix = "172.16.1"