Google ACE • Practice Test 35
Free Google ACE practice test — 15 questions with explanations. Set 35. No signup required.
Refer to the exhibit. The Terraform plan above returns the error: Error: "member" is required. What is the issue?
resource "google_project_iam_member" "project" {
project = "my-project"
role = "roles/editor"
members = ["user:john@example.com"]
}