Fix indenting.

This commit is contained in:
Paddy Carver 2018-08-15 12:29:11 -07:00
parent dd56795f2a
commit 614b98b3fc

View File

@ -194,8 +194,8 @@ func testAccCheckDataSourceGoogleComputeInstanceGroup(dataSourceName string) res
func testAccCheckDataSourceGoogleComputeInstanceGroupConfig() string {
return fmt.Sprintf(`
data "google_compute_image" "my_image" {
family = "debian-9"
project = "debian-cloud"
family = "debian-9"
project = "debian-cloud"
}
resource "google_compute_instance" "test" {