Skip to content

Commit

Permalink
mark trigger_template.project computed since we set it to getProject (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and nat-henderson committed Dec 21, 2018
1 parent afc340e commit 7f93bf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions google/resource_cloudbuild_build_trigger.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func resourceCloudBuildTrigger() *schema.Resource {
"project": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
"repo_name": {
Type: schema.TypeString,
Expand Down
1 change: 0 additions & 1 deletion google/resource_cloudbuild_build_trigger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ resource "google_cloudbuild_trigger" "filename_build_trigger" {
description = "acceptance test build trigger"
trigger_template {
branch_name = "master"
project = "${google_project_services.acceptance.project}"
repo_name = "some-repo"
}
substitutions {
Expand Down

0 comments on commit 7f93bf7

Please sign in to comment.