Skip to content

Commit

Permalink
feat: edit variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ishabakeh committed Nov 6, 2023
1 parent 9337c7f commit f6cde5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kit/azure/buildingblocks/standard-vnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ No resources.
| <a name="input_create_new_storageaccount"></a> [create\_new\_storageaccount](#input\_create\_new\_storageaccount) | If you already have an Storage Account to keep your terraform state file in you environment insert '1', otherwise insert '0' so a new one will be created | `number` | n/a | yes |
| <a name="input_existing_storage_account_id"></a> [existing\_storage\_account\_id](#input\_existing\_storage\_account\_id) | 'Only required if you want to re-use an existing storage account. This is the resourceId of an existing storage account. You can retrieve this value from panel. | `string` | `null` | no |
| <a name="input_new_resource_group_name"></a> [new\_resource\_group\_name](#input\_new\_resource\_group\_name) | Name of the resource group to create a new storage account inside this RG | `string` | `null` | no |
| <a name="input_spn_suffix"></a> [spn\_suffix](#input\_spn\_suffix) | suffix for the SPN's name. The format is 'building\_blocks.<SUFFIX>' | `string` | `null` | no |
| <a name="input_spn_suffix"></a> [spn\_suffix](#input\_spn\_suffix) | suffix for the SPN's name. The format is 'building\_blocks.SUFFIX' | `string` | `null` | no |

## Outputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "create_new_spn" {
}
variable "spn_suffix" {
type = string
description = "suffix for the SPN's name. The format is 'building_blocks.<SUFFIX>'"
description = "suffix for the SPN's name. The format is 'building_blocks.SUFFIX'"
default = null
}
module "new_spn" {
Expand Down

0 comments on commit f6cde5c

Please sign in to comment.