1
0
Форкнуть 0
This commit is contained in:
Obay 2022-12-12 09:47:09 -08:00
Родитель e9d5f293e2
Коммит c342324743
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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"