Skip to content

Commit 9e4b603

Browse files
authored
google: upgrade provider and modules to support v6.x (#34)
- Upgraded google tf provider to 6.32.0 - Upgraded budget module to 18.0.0 - Upgraded gkeprivate to 36.3.0 - Upgraded google_beta provider to 6.32.0 closes [CLO-1506](https://linear.app/sourcegraph/issue/CLO-1506/upgrade-google-terraform-dependencies-to-the-latest)
1 parent 52feb99 commit 9e4b603

File tree

36,534 files changed

+4175425
-85520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

36,534 files changed

+4175425
-85520
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Re-generate all providers and modules:
3232
make -j4
3333
```
3434

35+
If you upgrade google terraform provider, follow the version upgrade guide eg. [v6 upgrade](https://github.com/hashicorp/terraform-provider-google/blob/main/website/docs/guides/version_6_upgrade.html.markdown) and update the controller.
36+
3537
## FAQ
3638

3739
### Why not use the pre-built providers?

budget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: budget
22

33
module:
44
source: terraform-google-modules/project-factory/google//modules/budget
5-
version: "14.4.0"
5+
version: "18.0.0"
66

77
target:
88
language: go

cdktf.json

-80
This file was deleted.

gen/budget/LICENSE

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@ MIT License
22

33
Copyright (c) <year> <copyright holders>
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
9+
following conditions:
610

7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
813

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
16+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18+
USE OR OTHER DEALINGS IN THE SOFTWARE.

gen/budget/budget.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// Defines an Budget based on a Terraform module.
1313
//
14-
// Docs at Terraform Registry: {@link https://registry.terraform.io/modules/terraform-google-modules/project-factory/google/14.4.0/submodules/budget terraform-google-modules/project-factory/google//modules/budget}
14+
// Docs at Terraform Registry: {@link https://registry.terraform.io/modules/terraform-google-modules/project-factory/google/18.0.0/submodules/budget terraform-google-modules/project-factory/google//modules/budget}
1515
type Budget interface {
1616
cdktf.TerraformModule
1717
AlertPubsubTopic() *string
-154 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)