Skip to content

Commit

Permalink
fix version reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
NealKaviratna committed Jan 20, 2022
1 parent 5383f5d commit 5677448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.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.72.0"
version = ">= 3.53.0"
}
}
}
Expand Down Expand Up @@ -86,7 +86,7 @@ data "aws_iam_policy_document" "ottertune_policy_document_combined" {
}

resource "aws_iam_policy" "ottertune_policy" {
name = "ottertune_policy"
name = "${var.iam_role_name}_policy"
policy = data.aws_iam_policy_document.ottertune_policy_document_combined.json
}

Expand Down

0 comments on commit 5677448

Please sign in to comment.