Prune dead function.
This function isn't called anymore, so let's get rid of it.
This commit is contained in:
parent
630b245770
commit
c14fc480ba
|
@ -205,15 +205,6 @@ func testAccCheckGoogleProjectHasMoreBindingsThan(pid string, count int) resourc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func testAccGoogleProjectImportExisting(pid string) string {
|
|
||||||
return fmt.Sprintf(`
|
|
||||||
resource "google_project" "acceptance" {
|
|
||||||
project_id = "%s"
|
|
||||||
|
|
||||||
}
|
|
||||||
`, pid)
|
|
||||||
}
|
|
||||||
|
|
||||||
func testAccGoogleProject_toMerge(pid, name, org string) string {
|
func testAccGoogleProject_toMerge(pid, name, org string) string {
|
||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
resource "google_project" "acceptance" {
|
resource "google_project" "acceptance" {
|
||||||
|
|
Loading…
Reference in New Issue