Skip to content

0.6.1

Compare
Choose a tag to compare
@aknysh aknysh released this 12 Dec 19:35
7f393e7

Use string comparison for booleans

what

  • Use string comparison for booleans

why

  • Terraform does not work correctly with boolean values
  • Using strings instead of booleans is recommended