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_automation_variable_bool" {
source="./modules/azurerm/d/azurerm_automation_variable_bool"# automation_account_name - (required) is a type of stringautomation_account_name=null# name - (required) is a type of stringname=null# resource_group_name - (required) is a type of stringresource_group_name=nulltimeouts=[{
read =null
}]
}
data"azurerm_automation_variable_bool""this" {
# automation_account_name - (required) is a type of stringautomation_account_name=var.automation_account_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 {
# read - (optional) is a type of stringread=timeouts.value["read"]
}
}
}