variable “apim_url_1” {
description = “Value for apim_url_1”
type = string
}
and in the configuration, actually I am using this in null resource file because I am creating custom policies in Azure ADB2C with this so I am using bash scripting for that.
Below is the one where I am using it in null resource main.tf file
apim_url_1=${var.apim_url_1}
But its very surprising that it was working absolutely fine before