Skip to content

Commit

Permalink
Fix quotas E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Aug 6, 2024
1 parent 89333a5 commit d395e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ module "project" {
service = "compute.googleapis.com"
quota_id = "CPUS-per-project-region"
contact_email = "[email protected]"
preferred_value = 321
preferred_value = 751
dimensions = {
region = "europe-west8"
}
Expand Down Expand Up @@ -1048,7 +1048,7 @@ cpus-ew8:
service: compute.googleapis.com
quota_id: CPUS-per-project-region
contact_email: [email protected]
preferred_value: 321
preferred_value: 751
dimensions:
region: europe-west8
```
Expand Down
2 changes: 1 addition & 1 deletion tests/modules/project/examples/quotas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ values:
parent: projects/test-project
quota_config:
- annotations: null
preferred_value: '321'
preferred_value: '751'
quota_id: CPUS-per-project-region
service: compute.googleapis.com
timeouts: null
Expand Down

0 comments on commit d395e94

Please sign in to comment.