Here is the list of modules that pertain to Azure Landing Zones and covers the scope of the original ALZ Terraform module: Refer to each module’s documentation to understand the full list of features and custo
The AzAPI provider is a thin layer on top of the Azure ARM REST APIs. The AzAPI provider enables you to manage any Azure resource type using any API version. This provider complements the AzureRM provider by enabling the management of new or existing Azure resources and properties (in...
terraform{ required_providers { azurerm = { source = "hashicorp/azurerm" } } } provider "azurerm" { features {} } resource "azurerm_resource_group" "{resource group}" { name="{resource group}" location = "westeurope" } resource "azurerm_storage_account" "{storage account}" ...
output "resource_group_name" { value = azurerm_resource_group.rg.name } output "api_management_service_name" { value = azurerm_api_management.api.name } Create a file named providers.tf and insert the following code: Terraform Kopeeri terraform { required_version = ">=1.0" required_...
Documentation Requirements The following requirements are needed by this module: terraform (~> 1.7) azapi (~> 1.13, != 1.13.0) azurerm (~> 3.107) random (~> 3.6) time (~> 0.11) Modules The following Modules are called: connectivity_resources Source: ./modules/connectivity Version:...
The Azure Terraform CAF module v4.1. was released late last month, with policy definition updates and a number of fixes to previous bugs. Visit the GitHub page for more info:https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/releases/tag/v4.1.0 ...
azurerm_app_service_slot_custom_hostname_binding.slot (resource) azurerm_application_insights.slot (resource) azurerm_application_insights.this (resource) azurerm_dns_cname_record.this (resource) azurerm_dns_txt_record.this (resource) azurerm_function_app_active_slot.this (resource) azurerm_funct...
{ tier = "Free" size = "F1" } } resource "azurerm_app_service" "dev" { name = "__appservicename__" location = "${azurerm_resource_group.dev.location}" resource_group_name = "${azurerm_resource_group.dev.name}" app_service_plan_id = "${azurerm_app_service_plan.dev.id}...
azurerm(~> 3.71) modtm(~> 0.3) random(~> 3.5) Resources The following resources are used by this module: modtm_telemetry.telemetry(resource) random_string.suffix(resource) random_uuid.telemetry(resource) azurerm_client_config.telemetry(data source) ...
Downloading Azure/caf-enterprise-scale/azurerm 1.0.0 for enterprise_scale... - enterprise_scale in .terraform/modules/enterprise_scale - enterprise_scale.connectivity_resources in .terraform/modules/enterprise_scale/modules/connectivity - enterprise_scale.identity_resources in .terraform/modules/enterpr...