Correct variable names
This commit is contained in:
Родитель
e9d5f293e2
Коммит
c342324743
|
@ -10,7 +10,7 @@ resource "azurerm_private_endpoint" "priveusaz140" {
|
|||
|
||||
private_service_connection {
|
||||
name = "priveusaz140-privateserviceconnection"
|
||||
private_connection_resource_id = azurerm_storage_account.storeusaz140.id
|
||||
private_connection_resource_id = azurerm_storage_account.storusaz140.id
|
||||
subresource_names = ["file"]
|
||||
is_manual_connection = false
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@ resource "azurerm_public_ip" "VnetGW-PIP-eus" {
|
|||
resource_group_name = azurerm_resource_group.rg-wth-network-d-eus.name
|
||||
allocation_method = "Static"
|
||||
sku = "Standard"
|
||||
zones = [1,2]
|
||||
zones = [1, 2]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
resource "azurerm_storage_account" "storuksaz140" {
|
||||
name = var.storukaz140name
|
||||
name = var.storuksaz140name
|
||||
resource_group_name = azurerm_resource_group.rg-wth-avd-d-uks.name
|
||||
location = azurerm_resource_group.rg-wth-avd-d-uks.location
|
||||
account_tier = "Premium"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
resource "azurerm_storage_account" "storeusaz140" {
|
||||
resource "azurerm_storage_account" "storusaz140" {
|
||||
name = var.storusaz140name
|
||||
resource_group_name = azurerm_resource_group.rg-wth-avd-d-eus.name
|
||||
location = azurerm_resource_group.rg-wth-avd-d-eus.location
|
|
@ -1,6 +1,6 @@
|
|||
resource "azurerm_storage_share" "shareeusaz140" {
|
||||
name = "shareeusaz140"
|
||||
storage_account_name = azurerm_storage_account.storeusaz140.name
|
||||
storage_account_name = azurerm_storage_account.storusaz140.name
|
||||
quota = 100
|
||||
# quota = 10240
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ variable "storjwaz140name" {
|
|||
|
||||
}
|
||||
|
||||
variable "storukaz140name" {
|
||||
variable "storuksaz140name" {
|
||||
type = string
|
||||
description = "Storage account name in UK, name must be globally unique"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче