Fix Terraform fmt

This commit is contained in:
katexochen 2022-10-13 08:08:13 +02:00 committed by Paul Meyer
parent 41c42f547f
commit ba6d707b46

View File

@ -1,5 +1,5 @@
variable "name" {
type = string
type = string
description = "Name of your Constellation"
}