summaryrefslogtreecommitdiff
path: root/astroshop-terraform/variables.tf
diff options
context:
space:
mode:
Diffstat (limited to 'astroshop-terraform/variables.tf')
-rw-r--r--astroshop-terraform/variables.tf4
1 files changed, 2 insertions, 2 deletions
diff --git a/astroshop-terraform/variables.tf b/astroshop-terraform/variables.tf
index 54bca93..35faef8 100644
--- a/astroshop-terraform/variables.tf
+++ b/astroshop-terraform/variables.tf
@@ -42,8 +42,8 @@ variable "cluster_version" {
variable "public_access_cidrs" {
description = "List of CIDR blocks that can access the public API endpoint"
- type = list(string)
- default = []
+ type = list(string)
+ default = []
}
variable "node_groups" {