File tree 3 files changed +6
-18
lines changed
gh-runner-gke-dind-rootless
3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 16
16
17
17
terraform {
18
18
required_providers {
19
- # TODO: undo version constraint pending provider bug
20
- # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
21
19
google = {
22
- source = " hashicorp/google"
23
- version = " >= 4.3.0, < 5.44"
20
+ source = " hashicorp/google"
24
21
}
25
22
google-beta = {
26
- source = " hashicorp/google-beta"
27
- version = " >= 4.3.0, < 5.44"
23
+ source = " hashicorp/google-beta"
28
24
}
29
25
kubernetes = {
30
26
source = " hashicorp/kubernetes"
Original file line number Diff line number Diff line change 16
16
17
17
terraform {
18
18
required_providers {
19
- # TODO: undo version constraint pending provider bug
20
- # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
21
19
google = {
22
- source = " hashicorp/google"
23
- version = " >= 4.3.0, < 5.44"
20
+ source = " hashicorp/google"
24
21
}
25
22
google-beta = {
26
- source = " hashicorp/google-beta"
27
- version = " >= 4.3.0, < 5.44"
23
+ source = " hashicorp/google-beta"
28
24
}
29
25
kubernetes = {
30
26
source = " hashicorp/kubernetes"
Original file line number Diff line number Diff line change 16
16
17
17
terraform {
18
18
required_providers {
19
- # TODO: undo version constraint pending provider bug
20
- # https://github.com/GoogleCloudPlatform/magic-modules/pull/11688
21
19
google = {
22
- source = " hashicorp/google"
23
- version = " >= 4.3.0, < 5.44"
20
+ source = " hashicorp/google"
24
21
}
25
22
google-beta = {
26
- source = " hashicorp/google-beta"
27
- version = " >= 4.3.0, < 5.44"
23
+ source = " hashicorp/google-beta"
28
24
}
29
25
kubernetes = {
30
26
source = " hashicorp/kubernetes"
You can’t perform that action at this time.
0 commit comments