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

15
test/providers.tf Normal file
View file

@ -0,0 +1,15 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
external = {
source = "hashicorp/external"
version = "2.3.4"
}
local = {
source = "hashicorp/local"
version = "2.5.2"
}
}
}