Skip to content

Commit

Permalink
Correct primary resource name for appengine test generation
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Aug 15, 2019
1 parent 8be580d commit acbfe47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/iap/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
- !ruby/object:Provider::Terraform::Examples
name: "iap_appengine"
primary_resource_id: "app"
primary_resource_name: "fmt.Sprintf(\"tf-test%s\", context[\"random_suffix\"])"
primary_resource_name: "context[\"project_id\"]"
test_env_vars:
org_id: :ORG_ID
WebBackendService: !ruby/object:Overrides::Terraform::ResourceOverride
Expand Down

0 comments on commit acbfe47

Please sign in to comment.