mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 02:38:31 +00:00
Update terraform plugin
This commit is contained in:
@@ -25,6 +25,9 @@ resource "azurerm_shared_image" "talos" {
|
|||||||
description = "https://www.talos.dev"
|
description = "https://www.talos.dev"
|
||||||
os_type = "Linux"
|
os_type = "Linux"
|
||||||
|
|
||||||
|
min_recommended_vcpu_count = 1
|
||||||
|
min_recommended_memory_in_gb = 1
|
||||||
|
|
||||||
hyper_v_generation = "V2"
|
hyper_v_generation = "V2"
|
||||||
architecture = each.key
|
architecture = each.key
|
||||||
accelerated_network_support_enabled = lower(each.key) == "x64"
|
accelerated_network_support_enabled = lower(each.key) == "x64"
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
azurerm = {
|
azurerm = {
|
||||||
source = "hashicorp/azurerm"
|
source = "hashicorp/azurerm"
|
||||||
version = "3.13.0"
|
version = "~> 3.14.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
required_version = ">= 1.2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user