File tree 7 files changed +22
-31
lines changed
gh-runner-mig-container-vm-dind
gh-runner-mig-container-vm-simple
gh-runner-mig-native-packer
gh-runner-mig-native-simple
7 files changed +22
-31
lines changed Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
kubernetes = {
28
26
source = " hashicorp/kubernetes"
Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
kubernetes = {
28
26
source = " hashicorp/kubernetes"
Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
}
28
26
required_version = " >= 0.13"
Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
}
28
26
required_version = " >= 0.13"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
-
18
- provider "google" {
19
- version = " ~> 4.0"
20
- }
21
-
22
- provider "google-beta" {
23
- version = " ~> 4.0"
17
+ terraform {
18
+ required_providers {
19
+ google = {
20
+ source = " hashicorp/google"
21
+ }
22
+ google-beta = {
23
+ source = " hashicorp/google-beta"
24
+ }
25
+ }
26
+ required_version = " >= 0.13"
24
27
}
Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
}
28
26
required_version = " >= 0.13"
Original file line number Diff line number Diff line change 17
17
terraform {
18
18
required_providers {
19
19
google = {
20
- source = " hashicorp/google"
21
- version = " ~> 4.0"
20
+ source = " hashicorp/google"
22
21
}
23
22
google-beta = {
24
- source = " hashicorp/google-beta"
25
- version = " ~> 4.0"
23
+ source = " hashicorp/google-beta"
26
24
}
27
25
}
28
26
required_version = " >= 0.13"
You can’t perform that action at this time.
0 commit comments