Skip to content

Commit

Permalink
[PFMENG-1145] Release IAM module from version 4 aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ylz committed Oct 4, 2023
1 parent 21d20f3 commit c61889e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/iam/versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
terraform {
required_version = ">= 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0"
}
}
}

0 comments on commit c61889e

Please sign in to comment.