From 800a7ec5f0c6f889a533391315b47750a43295c5 Mon Sep 17 00:00:00 2001 From: Matthias Hauber Date: Wed, 7 Jun 2023 17:38:34 +0200 Subject: [PATCH] add comments --- modules/mysql-db/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mysql-db/variables.tf b/modules/mysql-db/variables.tf index 57758f6..a6518f8 100644 --- a/modules/mysql-db/variables.tf +++ b/modules/mysql-db/variables.tf @@ -29,6 +29,7 @@ variable "mysql_name" { description = "Name of the MySQL" } +# sometimes the zone is not available, just destroy the resource and change the zone variable "mysql_zone" { type = number description = "Zone where to deploy, can be 1,2 or 3"