chore(infrastructure): bootstrap CI
All checks were successful
main / test (push) Successful in 1m47s
All checks were successful
main / test (push) Successful in 1m47s
This commit is contained in:
parent
51bdcc5fc0
commit
959edc9d00
6 changed files with 115 additions and 0 deletions
15
main.tftest.hcl
Normal file
15
main.tftest.hcl
Normal file
|
@ -0,0 +1,15 @@
|
|||
provider "aws" {
|
||||
profile = "root"
|
||||
region = "eu-west-3"
|
||||
}
|
||||
|
||||
run "main" {
|
||||
assert {
|
||||
condition = output.access_key_id != null
|
||||
error_message = "invalid IAM access key ID"
|
||||
}
|
||||
}
|
||||
|
||||
variables {
|
||||
name = "tftest-user"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue