You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azurerm_key_vault_certificate_issuer" {
source="./modules/azurerm/d/azurerm_key_vault_certificate_issuer"# key_vault_id - (required) is a type of stringkey_vault_id=null# name - (required) is a type of stringname=nulltimeouts=[{
read =null
}]
}
data"azurerm_key_vault_certificate_issuer""this" {
# key_vault_id - (required) is a type of stringkey_vault_id=var.key_vault_id# name - (required) is a type of stringname=var.namedynamic"timeouts" {
for_each=var.timeoutscontent {
# read - (optional) is a type of stringread=timeouts.value["read"]
}
}
}