test(module): really test the generated access key
All checks were successful
main / test (push) Successful in 1m21s

This commit is contained in:
Julien Dessaux 2025-04-26 00:31:19 +02:00
parent 00ee290f29
commit c7927f49eb
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 63 additions and 6 deletions

4
test/aws_config.tftpl Normal file
View file

@ -0,0 +1,4 @@
[default]
aws_access_key_id = ${aws_access_key_id}
aws_secret_access_key = ${aws_access_key_secret}
region = eu-west-3