Skip to content

Commit

Permalink
reduce constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
adamacosta committed Aug 4, 2023
1 parent 2cecdcf commit 8d48f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.4"
version = ">= 4.6"
}
cloudinit = {
source = "hashicorp/cloudinit"
version = "~> 2.3"
version = ">= 2"
}
random = {
source = "hashicorp/random"
version = "~> 3.5"
version = ">= 3"
}
}
}

0 comments on commit 8d48f0d

Please # to comment.