Skip to content

Commit

Permalink
Merge pull request #19 from barracuda-cloudgen-access/lock-aws-3x
Browse files Browse the repository at this point in the history
Lock aws provider version
  • Loading branch information
GMartinez-Sisti authored Mar 4, 2022
2 parents cd025e4 + 036104f commit f92377c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws-asg/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.38"
version = ">= 3.50"
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit f92377c

Please sign in to comment.