Skip to content

Commit

Permalink
Adjust aws provider requirements.
Browse files Browse the repository at this point in the history
[security_group_referencing_support](#133) requires at least [v5.69.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.69.0)
  • Loading branch information
markshawtoronto authored Jan 16, 2025
1 parent 01789bd commit 357ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.4"
version = ">= 5.69"
}
}
}

0 comments on commit 357ca1d

Please sign in to comment.