test(module): really test the generated access key
All checks were successful
main / test (push) Successful in 1m21s
All checks were successful
main / test (push) Successful in 1m21s
This commit is contained in:
parent
00ee290f29
commit
c7927f49eb
5 changed files with 63 additions and 6 deletions
15
test/providers.tf
Normal file
15
test/providers.tf
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue