This pull request addresses a typo in the variable name resoruce_group_creation_enabled by correcting it to resource_group_creation_enabled across multiple files. This change ensures consistency and prevents potential issues related to the misspelled variable.
closes #32
Key changes include:
Documentation Updates:
README.md: Corrected the typo in the variable name from resoruce_group_creation_enabled to resource_group_creation_enabled.
Description
This pull request addresses a typo in the variable name
resoruce_group_creation_enabled
by correcting it toresource_group_creation_enabled
across multiple files. This change ensures consistency and prevents potential issues related to the misspelled variable.closes #32
Key changes include:
Documentation Updates:
README.md
: Corrected the typo in the variable name fromresoruce_group_creation_enabled
toresource_group_creation_enabled
.Example Configuration Updates:
examples/with-vnet-link-existing-rg/README.md
: Updated the example configuration to use the corrected variable name.examples/with-vnet-link-existing-rg/main.tf
: Updated the example configuration to use the corrected variable name.Main Configuration Updates:
main.tf
: Corrected the variable name in multiple instances to ensure the correct variable is referenced throughout the main configuration. [1] [2] [3]outputs.tf
: Updated the output to reference the corrected variable name.variables.tf
: Corrected the variable definition to ensure the correct variable name is used.Type of Change
Checklist