Commit 4103a90 1 parent 4e680f7 commit 4103a90 Copy full SHA for 4103a90
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
// Terraform block to configure terraform and provider version
2
2
terraform {
3
- required_version = " ~> 1.5.0 "
3
+ required_version = " ~> 1.3.6 "
4
4
5
5
required_providers {
6
6
google = {
7
7
source = " hashicorp/google"
8
- version = " ~> 4.82 .0"
8
+ version = " ~> 4.55 .0"
9
9
}
10
10
google-beta = {
11
11
source = " hashicorp/google-beta"
12
- version = " ~> 4.82 .0"
12
+ version = " ~> 4.55 .0"
13
13
}
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
// Terraform block to configure terraform and provider version
2
2
terraform {
3
- required_version = " ~> 1.5.0 "
3
+ required_version = " ~> 1.3.6 "
4
4
5
5
required_providers {
6
6
google = {
7
7
source = " hashicorp/google"
8
- version = " ~> 4.82 .0"
8
+ version = " ~> 4.55 .0"
9
9
}
10
10
google-beta = {
11
11
source = " hashicorp/google-beta"
12
- version = " ~> 4.82 .0"
12
+ version = " ~> 4.55 .0"
13
13
}
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments