From 432d7466d03bbd1b6fc1c5707a7eeab8e17119bb Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Fri, 19 Jul 2019 11:38:06 -0700 Subject: [PATCH] Remove max_allocated_storage from mssql --- modules/db_instance/main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/db_instance/main.tf b/modules/db_instance/main.tf index dd5f4e6d..4526a904 100644 --- a/modules/db_instance/main.tf +++ b/modules/db_instance/main.tf @@ -150,7 +150,6 @@ resource "aws_db_instance" "this_mssql" { skip_final_snapshot = var.skip_final_snapshot copy_tags_to_snapshot = var.copy_tags_to_snapshot final_snapshot_identifier = var.final_snapshot_identifier - max_allocated_storage = var.max_allocated_storage performance_insights_enabled = var.performance_insights_enabled performance_insights_retention_period = var.performance_insights_retention_period