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"
|
username = "somecrazyusername"
|
||||||
password = "somecrazypassword"
|
password = "somecrazypassword"
|
||||||
engine = "sqlserver-ex"
|
engine = "sqlserver-ex"
|
||||||
backup_retention_period =
|
backup_retention_period = 0
|
||||||
|
|
||||||
#publicly_accessible = true
|
#publicly_accessible = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue