Creating AWS IAM Roles and Policies using Terraform.
Feb 29, 2024 · 2 min read · Using Terraform for creating IAM roles and policies is to create a role that can be assumed by a Lambda function, and attach a managed policy and a custom policy to it. provider.tf terraform { required_providers { aws = { source = "hashic...
NNehal commented














