forked from Azure/caf-terraform-landingzones
-
Notifications
You must be signed in to change notification settings - Fork 0
/
local.remote_objects.tf
36 lines (36 loc) · 2.3 KB
/
local.remote_objects.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# locals {
# remote_objects = {
# aks_clusters = local.remote.aks_clusters
# app_service_environments = local.remote.app_service_environments
# app_service_plans = local.remote.app_service_plans
# app_services = local.remote.app_services
# application_gateway_applications = local.remote.application_gateway_applications
# application_gateways = local.remote.application_gateways
# availability_sets = local.remote.availability_sets
# azuread_applications = local.remote.azuread_applications
# azuread_groups = local.remote.azuread_groups
# azuread_users = local.remote.azuread_users
# azurerm_firewalls = local.remote.azurerm_firewalls
# container_registry = local.remote.container_registry
# event_hub_namespaces = local.remote.event_hub_namespaces
# front_door_waf_policies = local.remote.front_door_waf_policies
# keyvaults = local.remote.keyvaults
# managed_identities = local.remote.managed_identities
# mssql_databases = local.remote.mssql_databases
# mssql_elastic_pools = local.remote.mssql_elastic_pools
# mssql_managed_databases = local.remote.mssql_managed_databases
# mssql_managed_instances = local.remote.mssql_managed_instances
# mssql_servers = local.remote.mssql_servers
# mysql_servers = local.remote.mysql_servers
# network_watchers = local.remote.network_watchers
# postgresql_servers = local.remote.postgresql_servers
# private_dns = local.remote.private_dns
# proximity_placement_groups = local.remote.proximity_placement_groups
# public_ip_addresses = local.remote.public_ip_addresses
# recovery_vaults = local.remote.recovery_vaults
# resource_groups = local.remote.resource_groups
# storage_accounts = local.remote.storage_accounts
# synapse_workspaces = local.remote.synapse_workspaces
# vnets = local.remote.vnets
# }
# }