Skip to content

Commit

Permalink
fix: change the deletion_policy to variable - default is ABANDON
Browse files Browse the repository at this point in the history
Signed-off-by: Basma1912 <[email protected]>
  • Loading branch information
Basma1912 committed Jan 7, 2025
1 parent 64a5854 commit e2d5fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_project/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit e2d5fc4

Please sign in to comment.