We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30953c7 commit 7301d2cCopy full SHA for 7301d2c
1 file changed
modules/common/common/outputs.tf
@@ -78,18 +78,6 @@ output "vm_os_version" {
78
value = var.vm_os_version
79
}
80
81
-output "storage_account_type" {
82
- value = var.storage_account_type
83
-}
84
-
85
-output "storage_account_tier" {
86
- value = var.storage_account_tier
87
88
89
-output "account_replication_type" {
90
- value = var.account_replication_type
91
92
93
output "disk_size" {
94
value = var.disk_size
95
@@ -118,13 +106,6 @@ output "tags" {
118
106
value = var.tags
119
107
120
108
121
-output "boot_diagnostics" {
122
- value = var.boot_diagnostics
123
124
125
-output "storage_account_ip_rules" {
126
- value = local.storage_account_ip_rules
127
128
109
output "role_definition" {
129
110
value = var.role_definition
130
111
0 commit comments