fix fat-fingered change in test
This commit is contained in:
parent
4e7ccc35a3
commit
4c5a08cae7
|
@ -1106,7 +1106,7 @@ resource "aws_db_instance" "mssql" {
|
|||
username = "somecrazyusername"
|
||||
password = "somecrazypassword"
|
||||
engine = "sqlserver-ex"
|
||||
backup_retention_period =
|
||||
backup_retention_period = 0
|
||||
|
||||
#publicly_accessible = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue