You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Application load balancer must be internal
Given I have aws_lb defined
Failure: Can not find true in internal property of aws_lb.internal.
Then its internal must be true
Failure:
<Your feature/scenario/steps>
Scenario: Application load balancer must be internalGiven I have aws_lb defined
Then its internal must be true
Expected behavior :
Tested versions :
1.1.11
terraform 0.12.21
Additional context
The old way works:
Scenario: Application load balancer must be internalGiven I have aws_lb defined
Then it must contain internal
And its value must be true
The text was updated successfully, but these errors were encountered:
Description :
It seems that the new syntax doesn't work with boolean value
To Reproduce
Expected behavior :
Tested versions :
Additional context
The old way works:
The text was updated successfully, but these errors were encountered: