This commit is contained in:
parent
441295d140
commit
757343409e
6 changed files with 96 additions and 0 deletions
15
main.tftest.hcl
Normal file
15
main.tftest.hcl
Normal file
|
@ -0,0 +1,15 @@
|
|||
provider "aws" {
|
||||
profile = "tests"
|
||||
region = "eu-west-3"
|
||||
}
|
||||
|
||||
run "main" {
|
||||
assert {
|
||||
condition = output.arn != null
|
||||
error_message = "invalid IAM role ARN"
|
||||
}
|
||||
}
|
||||
|
||||
variables {
|
||||
name = "tftest"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue