Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.69 KB

configuration.md

File metadata and controls

45 lines (34 loc) · 2.69 KB

Requirements

Name Version
terraform >=1.0
azurerm ~> 2.83

Providers

Name Version
azurerm ~> 2.83

Modules

No modules.

Resources

Name Type
azurerm_traffic_manager_endpoint.main resource
azurerm_traffic_manager_profile.main resource

Inputs

Name Description Type Default Required
dns_ttl n/a number 60 no
max_return The amount of endpoints to return for DNS queries to this Profile. Possible values range from 1 to 8. number null no
monitor_path n/a string "" no
monitor_port n/a number n/a yes
monitor_probe_interval n/a number 10 no
monitor_probe_timeout n/a number 5 no
monitor_protocol n/a string "tcp" no
monitor_tolerated_failures n/a number 3 no
profile_name n/a string n/a yes
resource_group_name n/a string n/a yes
tags Any tags can be set map(string) {} no
traffic_manager_endpoints n/a
map(object({
target_ip = string
weight = number
}))
{} no
traffic_routing_method Specifies the algorithm used to route traffic, possible values are: Geographic, MultiValue, Performance, Priority, Subnet, Weighted string n/a yes

Outputs

No outputs.