Troubleshooting¶
409
error (BucketAlreadyExists
)-
the name of the bucket terraform is trying to create is not unique within your AWS region
set a different s3_bucket_name in
variables.tf
-
The script is stuck or you get a
403
- there is a permission issue
make sure you have set the environment variables by running
source .env
and that you have the required permissions to create the required resources in AWS
- there is a permission issue