Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate bool->string explicitly when they don't match
This is necessary since implicit conversions cast to int, true->1, false->0 instead of to string: true->"true", false->"false". The latter is what Terraform providers expect.
- Loading branch information