Compare commits
No commits in common. "renovate/aws-5.x" and "master" have entirely different histories.
renovate/a
...
master
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_version = ">=1.0"
|
||||
|
||||
required_providers {
|
||||
aws = "5.51.1"
|
||||
aws = "4.38.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_version = ">=1.0"
|
||||
|
||||
required_providers {
|
||||
aws = "5.51.1"
|
||||
aws = "4.38.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue