Update master_auth password in cluster datasource test to meet the new minimal length requirement (#1063)

This commit is contained in:
Vincent Roseberry 2018-02-08 10:16:51 -08:00 committed by GitHub
parent d85be49088
commit 476fc5a945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ var testAccContainerClusterDatasourceConfig = fmt.Sprintf(`
master_auth {
username = "mr.yoda"
password = "adoy.rm"
password = "adoy.rm.123456789"
}
}