|
1 | 1 | output "application_gateway_id" { |
2 | 2 | description = "The ID of the Application Gateway" |
3 | | - value = module.app-gateway.application_gateway_id |
| 3 | + value = module.application-gateway.application_gateway_id |
4 | 4 | } |
5 | 5 |
|
6 | 6 | output "authentication_certificate_id" { |
7 | 7 | description = " The ID of the Authentication Certificate" |
8 | | - value = module.app-gateway.authentication_certificate_id |
| 8 | + value = module.application-gateway.authentication_certificate_id |
9 | 9 | } |
10 | 10 |
|
11 | 11 | output "backend_address_pool_id" { |
12 | 12 | description = "The ID of the Backend Address Pool" |
13 | | - value = module.app-gateway.backend_address_pool_id |
| 13 | + value = module.application-gateway.backend_address_pool_id |
14 | 14 | } |
15 | 15 |
|
16 | 16 | output "backend_http_settings_id" { |
17 | 17 | description = "The ID of the Backend HTTP Settings Configuration" |
18 | | - value = module.app-gateway.backend_http_settings_id |
| 18 | + value = module.application-gateway.backend_http_settings_id |
19 | 19 | } |
20 | 20 |
|
21 | 21 | output "backend_http_settings_probe_id" { |
22 | 22 | description = "The ID of the Backend HTTP Settings Configuration associated Probe" |
23 | | - value = module.app-gateway.backend_http_settings_probe_id |
| 23 | + value = module.application-gateway.backend_http_settings_probe_id |
24 | 24 | } |
25 | 25 |
|
26 | 26 | output "frontend_ip_configuration_id" { |
27 | 27 | description = "The ID of the Frontend IP Configuration" |
28 | | - value = module.app-gateway.frontend_ip_configuration_id |
| 28 | + value = module.application-gateway.frontend_ip_configuration_id |
29 | 29 | } |
30 | 30 |
|
31 | 31 | output "frontend_port_id" { |
32 | 32 | description = "The ID of the Frontend Port" |
33 | | - value = module.app-gateway.frontend_port_id |
| 33 | + value = module.application-gateway.frontend_port_id |
34 | 34 | } |
35 | 35 |
|
36 | 36 | output "gateway_ip_configuration_id" { |
37 | 37 | description = "The ID of the Gateway IP Configuration" |
38 | | - value = module.app-gateway.gateway_ip_configuration_id |
| 38 | + value = module.application-gateway.gateway_ip_configuration_id |
39 | 39 | } |
40 | 40 |
|
41 | 41 | output "http_listener_id" { |
42 | 42 | description = "The ID of the HTTP Listener" |
43 | | - value = module.app-gateway.http_listener_id |
| 43 | + value = module.application-gateway.http_listener_id |
44 | 44 | } |
45 | 45 |
|
46 | 46 | output "http_listener_frontend_ip_configuration_id" { |
47 | 47 | description = "The ID of the associated Frontend Configuration" |
48 | | - value = module.app-gateway.http_listener_frontend_ip_configuration_id |
| 48 | + value = module.application-gateway.http_listener_frontend_ip_configuration_id |
49 | 49 | } |
50 | 50 |
|
51 | 51 | output "http_listener_frontend_port_id" { |
52 | 52 | description = "The ID of the associated Frontend Port" |
53 | | - value = module.app-gateway.http_listener_frontend_port_id |
| 53 | + value = module.application-gateway.http_listener_frontend_port_id |
54 | 54 | } |
55 | 55 |
|
56 | 56 | output "http_listener_ssl_certificate_id" { |
57 | 57 | description = "The ID of the associated SSL Certificate" |
58 | | - value = module.app-gateway.http_listener_ssl_certificate_id |
| 58 | + value = module.application-gateway.http_listener_ssl_certificate_id |
59 | 59 | } |
60 | 60 |
|
61 | 61 | output "probe_id" { |
62 | 62 | description = "The ID of the health Probe" |
63 | | - value = module.app-gateway.probe_id |
| 63 | + value = module.application-gateway.probe_id |
64 | 64 | } |
65 | 65 |
|
66 | 66 | output "request_routing_rule_id" { |
67 | 67 | description = "The ID of the Request Routing Rule" |
68 | | - value = module.app-gateway.request_routing_rule_id |
| 68 | + value = module.application-gateway.request_routing_rule_id |
69 | 69 | } |
70 | 70 |
|
71 | 71 | output "request_routing_rule_http_listener_id" { |
72 | 72 | description = "The ID of the Request Routing Rule associated HTTP Listener" |
73 | | - value = module.app-gateway.request_routing_rule_http_listener_id |
| 73 | + value = module.application-gateway.request_routing_rule_http_listener_id |
74 | 74 | } |
75 | 75 |
|
76 | 76 | output "request_routing_rule_backend_address_pool_id" { |
77 | 77 | description = "The ID of the Request Routing Rule associated Backend Address Pool" |
78 | | - value = module.app-gateway.request_routing_rule_backend_address_pool_id |
| 78 | + value = module.application-gateway.request_routing_rule_backend_address_pool_id |
79 | 79 | } |
80 | 80 |
|
81 | 81 | output "request_routing_rule_backend_http_settings_id" { |
82 | 82 | description = "The ID of the Request Routing Rule associated Backend HTTP Settings Configuration" |
83 | | - value = module.app-gateway.request_routing_rule_backend_http_settings_id |
| 83 | + value = module.application-gateway.request_routing_rule_backend_http_settings_id |
84 | 84 | } |
85 | 85 |
|
86 | 86 | output "request_routing_rule_redirect_configuration_id" { |
87 | 87 | description = "The ID of the Request Routing Rule associated Redirect Configuration" |
88 | | - value = module.app-gateway.request_routing_rule_redirect_configuration_id |
| 88 | + value = module.application-gateway.request_routing_rule_redirect_configuration_id |
89 | 89 | } |
90 | 90 |
|
91 | 91 | output "request_routing_rule_rewrite_rule_set_id" { |
92 | 92 | description = "The ID of the Request Routing Rule associated Rewrite Rule Set" |
93 | | - value = module.app-gateway.request_routing_rule_rewrite_rule_set_id |
| 93 | + value = module.application-gateway.request_routing_rule_rewrite_rule_set_id |
94 | 94 | } |
95 | 95 |
|
96 | 96 | output "request_routing_rule_url_path_map_id" { |
97 | 97 | description = "The ID of the Request Routing Rule associated URL Path Map" |
98 | | - value = module.app-gateway.request_routing_rule_url_path_map_id |
| 98 | + value = module.application-gateway.request_routing_rule_url_path_map_id |
99 | 99 | } |
100 | 100 |
|
101 | 101 | output "ssl_certificate_id" { |
102 | 102 | description = "The ID of the SSL Certificate" |
103 | | - value = module.app-gateway.ssl_certificate_id |
| 103 | + value = module.application-gateway.ssl_certificate_id |
104 | 104 | } |
105 | 105 |
|
106 | 106 | output "ssl_certificate_public_cert_data" { |
107 | 107 | description = "The Public Certificate Data associated with the SSL Certificate" |
108 | | - value = module.app-gateway.ssl_certificate_public_cert_data |
| 108 | + value = module.application-gateway.ssl_certificate_public_cert_data |
109 | 109 | } |
110 | 110 |
|
111 | 111 | output "url_path_map_id" { |
112 | 112 | description = "The ID of the URL Path Map" |
113 | | - value = module.app-gateway.url_path_map_id |
| 113 | + value = module.application-gateway.url_path_map_id |
114 | 114 | } |
115 | 115 |
|
116 | 116 | output "url_path_map_default_backend_address_pool_id" { |
117 | 117 | description = "The ID of the Default Backend Address Pool associated with URL Path Map" |
118 | | - value = module.app-gateway.url_path_map_default_backend_address_pool_id |
| 118 | + value = module.application-gateway.url_path_map_default_backend_address_pool_id |
119 | 119 | } |
120 | 120 |
|
121 | 121 | output "url_path_map_default_backend_http_settings_id" { |
122 | 122 | description = "The ID of the Default Backend HTTP Settings Collection associated with URL Path Map" |
123 | | - value = module.app-gateway.url_path_map_default_backend_http_settings_id |
| 123 | + value = module.application-gateway.url_path_map_default_backend_http_settings_id |
124 | 124 | } |
125 | 125 |
|
126 | 126 | output "url_path_map_default_redirect_configuration_id" { |
127 | 127 | description = "The ID of the Default Redirect Configuration associated with URL Path Map" |
128 | | - value = module.app-gateway.url_path_map_default_redirect_configuration_id |
| 128 | + value = module.application-gateway.url_path_map_default_redirect_configuration_id |
129 | 129 | } |
130 | 130 |
|
131 | 131 | output "url_path_map_path_rule_id" { |
132 | 132 | description = "The ID of the Path Rule associated with URL Path Map" |
133 | | - value = module.app-gateway.url_path_map_path_rule_id |
| 133 | + value = module.application-gateway.url_path_map_path_rule_id |
134 | 134 | } |
135 | 135 |
|
136 | 136 | output "url_path_map_path_rule_backend_address_pool_id" { |
137 | 137 | description = "The ID of the Backend Address Pool used in this Path Rule" |
138 | | - value = module.app-gateway.url_path_map_path_rule_backend_address_pool_id |
| 138 | + value = module.application-gateway.url_path_map_path_rule_backend_address_pool_id |
139 | 139 | } |
140 | 140 |
|
141 | 141 | output "url_path_map_path_rule_backend_http_settings_id" { |
142 | 142 | description = "The ID of the Backend HTTP Settings Collection used in this Path Rule" |
143 | | - value = module.app-gateway.url_path_map_path_rule_backend_http_settings_id |
| 143 | + value = module.application-gateway.url_path_map_path_rule_backend_http_settings_id |
144 | 144 | } |
145 | 145 |
|
146 | 146 | output "url_path_map_path_rule_redirect_configuration_id" { |
147 | 147 | description = "The ID of the Redirect Configuration used in this Path Rule" |
148 | | - value = module.app-gateway.url_path_map_path_rule_redirect_configuration_id |
| 148 | + value = module.application-gateway.url_path_map_path_rule_redirect_configuration_id |
149 | 149 | } |
150 | 150 |
|
151 | 151 | output "url_path_map_path_rule_rewrite_rule_set_id" { |
152 | 152 | description = "The ID of the Rewrite Rule Set used in this Path Rule" |
153 | | - value = module.app-gateway.url_path_map_path_rule_rewrite_rule_set_id |
| 153 | + value = module.application-gateway.url_path_map_path_rule_rewrite_rule_set_id |
154 | 154 | } |
155 | 155 |
|
156 | 156 | output "custom_error_configuration_id" { |
157 | 157 | description = "The ID of the Custom Error Configuration" |
158 | | - value = module.app-gateway.custom_error_configuration_id |
| 158 | + value = module.application-gateway.custom_error_configuration_id |
159 | 159 | } |
160 | 160 |
|
161 | 161 | output "redirect_configuration_id" { |
162 | 162 | description = "The ID of the Redirect Configuration" |
163 | | - value = module.app-gateway.redirect_configuration_id |
| 163 | + value = module.application-gateway.redirect_configuration_id |
164 | 164 | } |
165 | 165 |
|
166 | 166 | output "rewrite_rule_set_id" { |
167 | 167 | description = "The ID of the Rewrite Rule Set" |
168 | | - value = module.app-gateway.rewrite_rule_set_id |
| 168 | + value = module.application-gateway.rewrite_rule_set_id |
169 | 169 | } |
0 commit comments