Terraform + AWS

In this playground I am unable to create IAM user using terraform getting an error of access denied , is it because of this playground has no access for IAM ? the screenshot is attached.
17185202801143060162269032803592|666x500

You cannot create additional IAM users in the playground. You can only use access keys for the playground user you log in with and use those for terraform to create permitted resources.

Thanks @Alistair_KodeKloud for clearing the doubt

Hi Ailstair,

My requirement is to create a s3 bucket named rajappa in AWS
i am using playground terraform+aws , Even the version is too old ,
In main.tf file ,
Should i provide 1.9.0 terraform version
and latest aws provider block in main.tf file
Even to configure aws configure access key and secret key also not able to paste from aws …into vscode provided in the lab …terminal

Please share the usage of terraform+aws playground if any examples to create a resource in aws using terraform …

To paste in VSCode in lab terminal, please read this.

To see terraform that works in playgrounds, please see this.

You may install any version of terraform you want.