Skip to content

Commit

Permalink
set provider version constraint (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef committed Oct 26, 2023
1 parent 38c3d42 commit e20e891
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 @@ -2,12 +2,12 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4"
version = ">= 4, < 6"
}

tls = {
source = "hashicorp/tls"
version = ">= 4"
version = ">= 4, < 6"
}
}

Expand Down

0 comments on commit e20e891

Please sign in to comment.