Set the attribute to a default value and add an inline comment listing all valid options. Useful when engineers should see alternatives without leaving the file.
/gomboc:fixI want to create an ORL rule that checks that the AMI used for EC2 instances or launch configurations is one of the following:- ami-0a1b2c3d4e5f67890- ami-0987654321fedcba0- ami-0ff11223344556677- ami-0abcdef1234567890- ami-0123456789abcdef0If the value is not one of those, then use the first one listed as the value. Then add an inline comment after the value with all the values pipe-separated (`|`).