diff --git a/README.md b/README.md index 1a20b42..e3b5d6d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ output "rg_example" { } ``` -```bash +``` data.azurecaf_name.rg_example: Reading... data.azurecaf_name.rg_example: Read complete after 0s [id=a-b-rg-demogroup-sjdeh-y-z] @@ -162,7 +162,7 @@ information about contributing can be found at [CONTRIBUTING.md](.github/CONTRIB ## Resource Status -This is the current compreheensive status of the implemented resources in the provider comparing with the current list of resources in the azurerm terraform provider. +This is the current comprehensive status of the implemented resources in the provider comparing with the current list of resources in the azurerm terraform provider. |resource | status | |---|---| diff --git a/docs/data-sources/azurecaf_environment_variable.md b/docs/data-sources/azurecaf_environment_variable.md index 21a9068..d766d93 100644 --- a/docs/data-sources/azurecaf_environment_variable.md +++ b/docs/data-sources/azurecaf_environment_variable.md @@ -2,7 +2,7 @@ The data source azurecaf_environment_variable retrieve an OS environment variable. -## Exemple usage +## Example usage This example shows how to get the value of an environment variable. ```hcl diff --git a/docs/data-sources/azurecaf_name.md b/docs/data-sources/azurecaf_name.md index aa08786..bcb8eac 100644 --- a/docs/data-sources/azurecaf_name.md +++ b/docs/data-sources/azurecaf_name.md @@ -29,7 +29,8 @@ resource "azurerm_resource_group" "rg" { location = "southeastasia" } ``` -```bash + +``` data.azurecaf_name.rg_example: Reading... data.azurecaf_name.rg_example: Read complete after 0s [id=rg-demogroup-wjyhr] diff --git a/docs/resources/azurecaf_name.md b/docs/resources/azurecaf_name.md index cadde74..24a6a43 100644 --- a/docs/resources/azurecaf_name.md +++ b/docs/resources/azurecaf_name.md @@ -21,11 +21,11 @@ dev-aztfmod-001 ```hcl resource "azurecaf_name" "rg_example" { name = "demogroup" - resource_type = "azurerm_resource_group" - prefixes = ["a", "b"] - suffixes = ["y", "z"] - random_length = 5 - clean_input = true + resource_type = "azurerm_resource_group" + prefixes = ["a", "b"] + suffixes = ["y", "z"] + random_length = 5 + clean_input = true } resource "azurerm_resource_group" "demo" { diff --git a/docs/resources/azurecaf_naming_convention.md b/docs/resources/azurecaf_naming_convention.md index 7f15e35..1911e78 100644 --- a/docs/resources/azurecaf_naming_convention.md +++ b/docs/resources/azurecaf_naming_convention.md @@ -4,7 +4,7 @@ The resource naming_convention implements a set of methodologies to apply consis The naming_convention is the initial resource released as part of the azurecaf provider, the naming_convention supports a fixed set of resources as described in the documention. In order to provider more flexibility and support the large breadth of Azure resources available you can use the azurecaf_name resource. -## Exemple usage +## Example usage This example outputs one name, the result of the naming convention query. The result attribute returns the name based on the convention and parameters input. The example generates a 23 characters name compatible with the specification for an Azure Resource Group @@ -44,7 +44,7 @@ The following arguments are supported: * prefix (optional) - prefix to append as the first characters of the generated name * postfix (optional) - additional postfix added after the basename, this is can be used to append resource index (eg. vm-001) * max_length (optional) - configure the maximum length of the returned object name, is the specified length is longer than the supported length of the Azure resource the later applies -* resource_type (optional) - describes the type of azure resource you are requesting a name from (eg. azure container registrly: acr). See the Resource Type section +* resource_type (optional) - describes the type of azure resource you are requesting a name from (eg. azure container registry: acr). See the Resource Type section # Attributes Reference The following attributes are exported: