skip to Main Content

Azure – An argument named "resource_group_name" is not expected here

I was looking at a GitHub project ibm-cloud-architecture/terraform-openshift4-azure to install OpenShift using Terraform. Using Terraform 1.3.7 this project fails on the following code resource "azurerm_lb_backend_address_pool" "internal_lb_controlplane_pool_v4" { count = var.use_ipv4 ? 1 : 0 resource_group_name = var.resource_group_name loadbalancer_id = azurerm_lb.internal.id…

VIEW QUESTION

Azure – Compute Usage in KQL

Usage - List I'm trying to get Compute Usage List using KQL in Azure, you can find it in above link for reference. { "value": [ { "unit": "Count", "currentValue": 17, "limit": 19, "name": { "value": "aaaaaaaaaaaaaaaaaa", "localizedValue": "aaaaaaaaaaaaaa" }…

VIEW QUESTION
Back To Top
Search