We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149fc81 commit ccee6f6Copy full SHA for ccee6f6
google/services/resourcemanager/resource_google_project_test.go
@@ -655,8 +655,8 @@ resource "google_project" "acceptance" {
655
}
656
657
func testAccProject_tagsAllowDestroy(context map[string]interface{}) string {
658
- return acctest.Nprintf(
659
- `resource "google_project" "acceptance" {
+ return acctest.Nprintf(`
+resource "google_project" "acceptance" {
660
project_id = "%{pid}"
661
name = "%{pid}"
662
org_id = "%{org}"
0 commit comments