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_data_factory_linked_service_azure_function" {
source="./modules/azurerm/r/azurerm_data_factory_linked_service_azure_function"# additional_properties - (optional) is a type of map of stringadditional_properties={}
# annotations - (optional) is a type of list of stringannotations=[]
# data_factory_name - (required) is a type of stringdata_factory_name=null# description - (optional) is a type of stringdescription=null# integration_runtime_name - (optional) is a type of stringintegration_runtime_name=null# key - (required) is a type of stringkey=null# name - (required) is a type of stringname=null# parameters - (optional) is a type of map of stringparameters={}
# resource_group_name - (required) is a type of stringresource_group_name=null# url - (required) is a type of stringurl=nulltimeouts=[{
create =null
delete =null
read =null
update =null
}]
}
resource"azurerm_data_factory_linked_service_azure_function""this" {
# additional_properties - (optional) is a type of map of stringadditional_properties=var.additional_properties# annotations - (optional) is a type of list of stringannotations=var.annotations# data_factory_name - (required) is a type of stringdata_factory_name=var.data_factory_name# description - (optional) is a type of stringdescription=var.description# integration_runtime_name - (optional) is a type of stringintegration_runtime_name=var.integration_runtime_name# key - (required) is a type of stringkey=var.key# name - (required) is a type of stringname=var.name# parameters - (optional) is a type of map of stringparameters=var.parameters# resource_group_name - (required) is a type of stringresource_group_name=var.resource_group_name# url - (required) is a type of stringurl=var.urldynamic"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"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}