NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

variable "api_management_name" {
type = string
}

variable "ase_resource_group_name" {

}

variable "ase_v3" {
type = bool
description = "Is the app service environment v3?"
default = false
}


variable "event_hub_connection_string" {
type = string
sensitive = true
}

variable "resource_group_name_1" {
type = string
}

variable "resource_group_name_2" {
type = string
}

variable "service_bus_connection_string" {
type = string
sensitive = true
}

variable "service_plan_capacity" {
description = "Instance count for how many app instances should appear in Azure per function app"
default = 1
}

variable "event_hub_namespace_name" {
description = "Name of the event hub namespace used by this function app"
type = string
default = ""
}

variable "event_hub_logs_name" {
description = "Name of the event hub used to capture function app logs"
type = string
default = "midas_shadowcore_splunk_logs"
}

variable "adf_event_hub_logs_name" {
description = "Name of the event hub used to capture Azure Data Factory logs"
type = string
default = "adf_midas_shadowcore_splunk_logs"
}

variable "default_tags" {
description = "A map of tags to set on every taggable resources. Empty by default."
type = map(string)
default = {}
}

variable "location" {
description = "The location/region to keep all your network resources. To get the list of all locations with table format from azure cli, run 'az account list-locations -o table'"
default = "westus2"
}

variable "key_vault_name" {
type = string
}

variable "key_vault_uri" {
type = string
sensitive = true
}

variable "service_bus_name" {
type = string
}

####################################
### Service Plan & Function App ###
####################################
variable "service_environment_name" {
description = "The app service environment for the app service"
default = ""
}

variable "service_plan_name" {
description = "The name of the app service plan"
default = ""
}

variable "os_kind" {
description = "Operating system for app service plan"
default = "Linux"
}

variable "os_type" {
description = "Operating system for app service plan"
default = "linux"
}

variable "function_version" {
description = "The runtime version associated with the Function App. Defaults to ~1 but if using linux ~3 is required"
default = "~4"
}

variable "service_plan_tier" {
description = "The tier of the app service plan"
default = "Standard"
}

variable "service_plan_size" {
description = "The size of the app service plan"
default = "S1"
}

variable "max_instance_capacity" {
description = "The maximum number of instances for this resource. Valid values are between 0 and 1000."
default = 1
}

variable "scale_action_increment_value" {
description = "The number of instances involved in the scaling action."
default = "1"
}

variable "storage_account_name" {
description = "The name of the storage account to be used with the function"
default = ""
}

variable "storage_account_tier" {
description = "The tier of the storage account to be used to upload/download BAI2 documents"
default = ""
}

variable "storage_account_umi" {
description = "The name of the user managed identity used to access specific storage containers"
default = ""
}

variable "bai2_storage_account_name" {
description = "The name of the storage account to be used to upload/download BAI2 documents"
default = ""
}

variable "file_storage_connection_string" {
description = "Stroage Account connection string which will store the CRMBi Rejected Transaction files"
default = ""
}


variable "function_apps" {
type = set(object({
function_name = string
ip_restriction_address = list(string)
always_on = bool
storage_account_name = string
app_settings = map(string)
function_identity = string
}))
description = <<EOF
The set of function apps to deploy
- The name of the function app
- IP restrictions for the app
- Should function be 'always on'
- Storage Account name to create for function app
- Version of python to set function app
- A map of key-value pairs for App Settings and custom values.
- The UMI to assign to this function
EOF
}

variable "use_32_bit_worker_process" {
description = "Should the Function App run in 32 bit mode?"
default = true
}

variable "health_check_path" {
description = "health check path"
default = "/api/health_check"
}

####################################
### Credentials ###
####################################
variable "acr_password" {
description = "ACR login password for function app image"
type = string
sensitive = true
}

variable "midas_client_id" {
description = "midas client id"
type = string
sensitive = true
}

variable "midas_client_secret" {
description = "midas client secret"
type = string
sensitive = true
}

variable "midas_tenant" {
description = "midas tenant"
type = string
sensitive = true
}

variable "web_jobs_storage_connection_string" {
description = "web jobs storage connection string"
type = string
sensitive = true
}

####################################
### Storage Account ###
####################################
variable "account_tier" {
description = "Defines the Tier to use for this storage account. Valid options are Standard and Premium. For BlockBlobStorage and FileStorage accounts only Premium is valid."
default = "Standard"
}

variable "default_action" {
description = "Specifies the default action of allow or deny when no other rules match"
default = "Allow"
}

variable "storage_account_resource_group" {
description = "The resource group of the storage account to be used with the function"
default = ""
}

variable "allow_nested_items_to_be_public" {
description = "Allow or disallow nested items within this Account to opt into being public."
default = true
}

variable "cross_tenant_replication_enabled" {
description = "Should cross Tenant replication be enabled?"
default = true
}
variable "public_network_access_enabled" {
description = "Whether the public network access is enabled."
default = true
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.