tofu-module-aws-iam-user/test/providers.tf
Julien Dessaux c7927f49eb
All checks were successful
main / test (push) Successful in 1m21s
test(module): really test the generated access key
2025-04-26 18:14:37 +02:00

15 lines
252 B
HCL

terraform {
required_providers {
aws = {
source = "hashicorp/aws"
}
external = {
source = "hashicorp/external"
version = "2.3.4"
}
local = {
source = "hashicorp/local"
version = "2.5.2"
}
}
}