diff --git a/docs/index.md b/docs/index.md index 9a1a876fa0d..e0998894f42 100644 --- a/docs/index.md +++ b/docs/index.md @@ -101,36 +101,34 @@ You can include Lambda Powertools Lambda Layer using [AWS Lambda Console](https: === "Terraform" - ```terraform hl_lines="9 38" + ```terraform hl_lines="9 35" terraform { - required_version = "~> 1.0.5" + required_version = "~> 1.1.7" required_providers { - aws = "~> 3.50.0" + aws = "~> 4.4.0" } } provider "aws" { - region = "{region}" + region = "{region}" } resource "aws_iam_role" "iam_for_lambda" { name = "iam_for_lambda" - assume_role_policy = <