Skip to content

Commit

Permalink
fixed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
tedkahwaji committed Oct 9, 2024
1 parent d12011f commit c8464f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions datadog/tests/resource_datadog_integration_gcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ import (
func testAccCheckDatadogIntegrationGCPConfig(uniq string) string {
return fmt.Sprintf(`
resource "datadog_integration_gcp" "awesome_gcp_project_integration" {
project_id = "%s"
private_key_id = "1234567890123456789012345678901234567890"
private_key = "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n"
client_email = "%[email protected]"
client_id = "123456789012345678901"
host_filters = "foo:bar,buzz:lightyear"
cloud_run_revision_filters = ["tag:one", "tag:two"]
project_id = "%s"
private_key_id = "1234567890123456789012345678901234567890"
private_key = "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----\n"
client_email = "%[email protected]"
client_id = "123456789012345678901"
host_filters = "foo:bar,buzz:lightyear"
cloud_run_revision_filters = ["tag:one", "tag:two"]
}`, uniq, uniq)
}

Expand Down

0 comments on commit c8464f2

Please sign in to comment.