tofu-module-aws-iam-ci-user/providers.tf
Julien Dessaux e2691f89e7
All checks were successful
main / test (push) Successful in 56s
feat(module): initial import
2025-04-11 11:14:41 +02:00

8 lines
167 B
HCL

terraform {
required_providers {
aws = {
configuration_aliases = [aws.core, aws.root, aws.tests]
source = "hashicorp/aws"
}
}
}