From e2d5fc435377411f92f3d3370fefb63de57aa4b4 Mon Sep 17 00:00:00 2001 From: Basma1912 Date: Tue, 7 Jan 2025 15:16:07 -0500 Subject: [PATCH] fix: change the deletion_policy to variable - default is ABANDON Signed-off-by: Basma1912 --- google_project/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google_project/variables.tf b/google_project/variables.tf index ec9571b..6cb8e96 100644 --- a/google_project/variables.tf +++ b/google_project/variables.tf @@ -118,6 +118,6 @@ variable "log_analytics" { variable "deletion_policy" { default = "ABANDON" - description = " The deletion policy for the Project." + description = "The deletion policy for the Project." type = string } \ No newline at end of file