Files
opentf/scripts/test/state_backends/s3.sh
Christian Mesh 637c65f6f2 Update s3 remote state tests (#865)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2023-11-14 10:40:25 -05:00

14 lines
451 B
Bash
Executable File

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 $?