terraform fmt all configs in project_test.

This commit is contained in:
Paddy 2018-06-07 18:14:43 -07:00
parent 6910d8277e
commit 4176a98949

View File

@ -507,6 +507,7 @@ resource "google_project" "acceptance" {
app_engine {
location_id = "us-central"
feature_settings {
"split_health_checks" = true
}
@ -523,6 +524,7 @@ resource "google_project" "acceptance" {
app_engine {
location_id = "us-central"
feature_settings {
"split_health_checks" = false
}