diff --git a/variables.tf b/variables.tf index 63164ec..4553171 100644 --- a/variables.tf +++ b/variables.tf @@ -1,9 +1,9 @@ variable "src_dir" { description = "Path to root of Python source to package." - type = "string" + type = string } variable "output_path" { description = "The output of the archive file." - type = "string" -} \ No newline at end of file + type = string +}