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

Add support for Shared VPC in Cloud Run #1360

Merged
merged 5 commits into from
May 5, 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
Update pytest inventory file to meet module change
  • Loading branch information
juliodiez committed May 5, 2023
commit 9eea6e3bbc64aa7c344ec96b543bc5914f2a346b
3 changes: 2 additions & 1 deletion tests/modules/cloud_run/examples/connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ values:
network: projects/example/host/global/networks/host
project: project-id
region: europe-west1
subnet: []
subnet:
- name: null

counts:
google_cloud_run_service: 1
Expand Down