Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added var for service_account name with test_vars_overrides #7543

Merged
merged 5 commits into from
May 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing double to single
  • Loading branch information
NA2047 committed May 1, 2023
commit 9c49ada74a5a0d7741ac6539cc6735a653246052
2 changes: 2 additions & 0 deletions mmv1/products/cloudbuild/Trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ examples:
- !ruby/object:Provider::Terraform::Examples
name: 'cloudbuild_trigger_service_account'
primary_resource_id: 'service-account-trigger'
vars:
sa_name: 'my-service-account'
- !ruby/object:Provider::Terraform::Examples
name: 'cloudbuild_trigger_include_build_logs'
primary_resource_id: 'include-build-logs-trigger'
Expand Down