Browse Source

fix boolean on prevent_destroy

Roberto Barbosa 8 years ago
parent
commit
39ec4b3999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rds/variables.tf

+ 1 - 1
rds/variables.tf

@@ -33,7 +33,7 @@ variable "rds_allocated_storage" {
 }
 
 variable "prevent_destroy" {
-	default = "true"
+	default = true
 }
 
 variable "rds_engine_version" {