edited readme

This commit is contained in:
asudbring
2024-01-18 22:46:17 -08:00
committed by lonegunmanb
parent 8060a92890
commit af2cfe9093
3 changed files with 7 additions and 6 deletions

View File

@ -29,6 +29,6 @@ resource "azurerm_subnet" "my_terraform_subnet_2" {
}
resource "random_pet" "prefix" {
prefix = var.prefix
prefix = var.resource_group_name_prefix
length = 1
}