Skip to content

Commit

Permalink
Merge pull request #10 from unity-sds/59-temporarily-change-provider-…
Browse files Browse the repository at this point in the history
…version

Change provider version
  • Loading branch information
jpl-btlunsfo authored Dec 10, 2024
2 parents 7238054 + eb47dce commit 62fb117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-unity/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "3.2.2"
version = "3.2.3"
}
aws = {
source = "hashicorp/aws"
version = "5.47.0"
version = "5.67.0"
}
}
}

0 comments on commit 62fb117

Please sign in to comment.