To run the terraform configuration:
Step 2: The Aws provider expects a configuration file saved in ~/.aws/credentials, the syntax of the file is as below:
[default]
aws_access_key_id = A*************
aws_secret_access_key = D***********
Or use any other authentication method as per: https://registry.terraform.io/providers/hashicorp/aws/latest/docs#authentication
Note: There are no input variables expected for the terraform config.
To run the Python Script: