azurerm_virtual_machine_data_disk_attachment - 在進行更新時不再移除身分識別區塊 (#4538)1.35.0 (2019 年 10 月 4 日)特徵:新數據源:azurerm_app_service_certificate(#4468) 新數據源:azurerm_public_ip_prefix(#4340) 新的數據源:azurerm_storage_management_policy(#3819) 新資源:azurerm_bot...
azurerm_kubernetes_cluster - the host_encryption_enabled and node_public_ip_enabled properties are now set correctly (#27218)4.0.1 (August 23, 2024)BUG FIXES:provider: fix a validation bug that prevents terraform validate from working when subscription_id isn't specified (#27178) azurerm_cogn...
public_ip_dns_name } output "windows_vm_public_name" { value = module.windowsservers.public_ip_dns_name } Simple Usage in Terraform 0.12 This contains the bare minimum options to be configured for the VM to be provisioned. The entire code block provisions a Windows and a Linux VM, but...
azurerm_public_ip Description: Returns the configuration data for all Public IPs created by this module. azurerm_resource_group Description: Returns the configuration data for all Resource Groups created by this module. azurerm_role_assignment Description: Returns the configuration data for all Role ...
Add azurerm_resource_group block as I have given below and access it while deploying the code. And also use below latest release azurerm provider for deployment. terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = "3.99.0" } } } provider "...
azurerm_machine_learning_compute_cluster - allow resource creation when node_public_ip_enabled is false and subnet_resource_id has not been specified (#28673) azurerm_network_watcher_flow_log - prevent panic when removing the traffic_analytics block (#28416) azurerm_oracle_autonomous_database ...
azurerm_kubernetes_cluster - the host_encryption_enabled and node_public_ip_enabled properties are now set correctly (#27218) 4.0.1 (August 23, 2024) BUG FIXES: provider: fix a validation bug that prevents terraform validate from working when subscription_id isn't specified (#27178) azurerm...
terraform (>= 1.6.6, < 2.0.0) azuread (>= 2.47.0, < 3.0.0) azurerm (>= 3.71.0, < 4.0.0) random (>= 3.6.0, <4.0.0) Providers The following providers are used by this module: azuread (>= 2.47.0, < 3.0.0) azurerm (>= 3.71.0, < 4.0.0) random (>= 3.6...
A follow up of#28052, where there are acctests have theprovider "azurerm" {}block, but empty. This PR uses the same way as#28052, finding out test configs that have nofeaturesdefined, via $ grep -rL "features" | sort TestAccRoleManagementPolicyDataSource_managementGroup/0/terraform_plugi...
Terraform 0.10/0.11: The upcoming version 2.0 of the Azure Provider will not support Terraform 0.10.x & Terraform 0.11.x - you will need to upgrade to Terraform 0.12 to use version 2.0 (and above) of the Azure Provider. FEATURES: New Data Source: azurerm_eventhub_namespace_authoriz...