Skip to content

Commit

Permalink
fix: restrict aws provider to <4 for this major branch (scribd#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim80net authored Mar 7, 2022
1 parent 68afc61 commit 07de45a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ terraform {
source = "DataDog/datadog"
version = ">= 2.10, < 3"
}

aws = {
source = "hashicorp/aws"
version = ">= 3.0, < 4"
}
}
}

0 comments on commit 07de45a

Please sign in to comment.