vrbcntrl
vrbcntrl
** Question : ** Hi, I have an use case where I need to check if the value of a key is some thing in the list Ex: main.tf ```...
** Question : ** Hi, I have the below use case where I need to check peer_vpc_id value is same as vpc_id value ``` hcl resource "aws_vpc_peering_connection" "foo" { peer_owner_id...
Hi @eerkunt , Today, we ran into an issue where in when we are checking for restricted regions, the test is FAILED even though the condition is met. my template:...