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_eventgrid_domain_topic" {
source="./modules/azurerm/r/azurerm_eventgrid_domain_topic"# domain_name - (required) is a type of stringdomain_name=null# name - (required) is a type of stringname=null# resource_group_name - (required) is a type of stringresource_group_name=nulltimeouts=[{
create =null
delete =null
read =null
}]
}
resource"azurerm_eventgrid_domain_topic""this" {
# domain_name - (required) is a type of stringdomain_name=var.domain_name# name - (required) is a type of stringname=var.name# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_namedynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# read - (optional) is a type of stringread=timeouts.value["read"]
}
}
}