Update s3 remote state tests (#865)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh
2023-11-14 10:40:25 -05:00
committed by GitHub
parent 84a855a75d
commit 637c65f6f2
2 changed files with 43 additions and 28 deletions

View File

@@ -0,0 +1,13 @@
cat <<EOT
$0 requires:
* AWS Credentials to be configured
- https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
- https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
* IAM Permissions in us-west-2
- S3 CRUD operations on buckets which will follow the pattern tofu-test-*
- DynamoDB CRUD operations on a Table named dynamoTable
EOT
TF_ACC=1 go test ./internal/backend/remote-state/s3/...
exit $?