File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,9 @@ No modules.
65
65
66
66
| Name | Description |
67
67
| ------| -------------|
68
+ | <a name =" output_default_hostname " ></a > [ default\_ hostname] ( #output\_ default\_ hostname ) | Linux Web App default hostname |
68
69
| <a name =" output_id " ></a > [ id] ( #output\_ id ) | Linux Web App ID |
69
- | <a name =" output_identity " ></a > [ identity] ( #output\_ identity ) | Function app Managed Identity |
70
+ | <a name =" output_identity " ></a > [ identity] ( #output\_ identity ) | Linux Web App Managed Identity |
70
71
<!-- END_TF_DOCS -->
71
72
72
73
## License
Original file line number Diff line number Diff line change @@ -5,5 +5,10 @@ output "id" {
5
5
6
6
output "identity" {
7
7
value = azurerm_linux_web_app. this . identity [* ]
8
- description = " Function app Managed Identity"
8
+ description = " Linux Web App Managed Identity"
9
+ }
10
+
11
+ output "default_hostname" {
12
+ value = azurerm_linux_web_app. this . default_hostname
13
+ description = " Linux Web App default hostname"
9
14
}
You can’t perform that action at this time.
0 commit comments