Skip to content

Commit

Permalink
Fix whitespace in acc test HCL config
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Feb 27, 2024
1 parent be8e2b1 commit 232a71e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mmv1/third_party/terraform/functions/location_from_id_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ func testProviderFunction_get_location_from_resource_id(context map[string]inter
return acctest.Nprintf(`
# terraform block required for provider function to be found
terraform {
required_providers {
google = {
source = "hashicorp/google"
}
}
required_providers {
google = {
source = "hashicorp/google"
}
}
}
resource "google_cloud_run_service" "default" {
Expand All @@ -68,7 +68,7 @@ resource "google_cloud_run_service" "default" {
}
output "%{output_name}" {
value = provider::google::%{function_name}(google_cloud_run_service.default.id)
value = provider::google::%{function_name}(google_cloud_run_service.default.id)
}
`, context)
}

0 comments on commit 232a71e

Please sign in to comment.