fix: correct typos in README and variables.tf descriptions #753
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request focuses on correcting typos in documentation and variable descriptions across multiple modules (
mysql
,postgresql
,private_service_access
, andsafer_mysql
). The changes improve clarity and consistency by fixing spelling errors and ensuring accurate descriptions.Documentation Typo Fixes:
MySQL Module:
backup_configuration
description inmodules/mysql/README.md
.tier
description inmodules/mysql/README.md
andmodules/mysql/variables.tf
. [1] [2]PostgreSQL Module:
backup_configuration
description inmodules/postgresql/README.md
andmodules/postgresql/variables.tf
. [1] [2]tier
description inmodules/postgresql/README.md
andmodules/postgresql/variables.tf
. [1] [2]Private Service Access Module:
project_id
description inmodules/private_service_access/README.md
andmodules/private_service_access/variables.tf
. [1] [2]Safer MySQL Module:
backup_configuration
description inmodules/safer_mysql/README.md
andmodules/safer_mysql/variables.tf
. [1] [2]