Many of the descriptions have smart quotes in them, like this:
Description: The bucket where the CUR is sent from the “Setting up the CUR” step.
Although this can be applied, those are converted to question marks (?), and tools like Terraform will see these as constantly being out of sync. Instead, they should be replaced with normal ASCII single (') or double quotes ("), like this:
Description: 'The bucket where the CUR is sent from the "Setting up the CUR" step.'
This was already noticed and fixed in #14 among the other changes that were in that PR.
Many of the descriptions have smart quotes in them, like this:
Although this can be applied, those are converted to question marks (
?), and tools like Terraform will see these as constantly being out of sync. Instead, they should be replaced with normal ASCII single (') or double quotes ("), like this:This was already noticed and fixed in #14 among the other changes that were in that PR.