From 86897e306887c84356b6952c1fc74eb18c832a9d Mon Sep 17 00:00:00 2001 From: guybarak Date: Thu, 5 Dec 2024 16:45:32 +0200 Subject: [PATCH] Fix .gitignore to include module main.tf files --- variables.tf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 variables.tf diff --git a/variables.tf b/variables.tf deleted file mode 100644 index 4e4b9a7..0000000 --- a/variables.tf +++ /dev/null @@ -1,15 +0,0 @@ -variable "region" { - description = "The region." - type = string -} - -variable "access_key" { - description = "The access key for AWS authentication." - type = string -} - -variable "secret_key" { - description = "The secret key for AWS authentication." - type = string - sensitive = true -} \ No newline at end of file