Create IAM Resources in AWS
In the "Code Editor" tab, open the iam.tf
file.
Your task: Add resources to create an IAM user named developer
, an IAM role named lambda-role
for Lambda, and attach the AWS managed policy AWSLambdaBasicExecutionRole
to the role.
GitOps Repository
- 📁 /root/learn-terraform-aws-iam
- 📄 provider.tf
- 📄 iam.tf