Skip to content

Commit

Permalink
chore(terraform): update AWS provider version constraint to allow new…
Browse files Browse the repository at this point in the history
…er versions
  • Loading branch information
sachincool committed Oct 22, 2024
1 parent 2ae6ffc commit 950d2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.63.0"
version = ">=5.63.0"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
}
}
}
}

0 comments on commit 950d2bb

Please sign in to comment.