Create Terraform configurations for Azure cloud infrastructure deployment.
Design Terraform configurations for Azure infrastructure. Requirements: - Subscription: [Azure subscription context] - Region: [Azure region] - Resources: - Virtual Network: [address space] - AKS cluster: [node configuration] - Azure SQL: [tier, size] - Storage Account: [type, replication] - Key Vault: [for secrets] - Application Gateway/Load Balancer Infrastructure features: 1. Hub-spoke network topology 2. Private endpoints for PaaS services 3. Azure Firewall/NSG rules 4. Managed Identity configuration 5. Azure Policy assignments 6. Diagnostic settings 7. Azure Monitor integration 8. Backup configuration Terraform requirements: - AzureRM provider configuration - Remote state in Azure Storage - Modular structure - Variable validation - Conditional resource creation Include ARM template integration if needed.
Or press ⌘C to copy