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.
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 …