Skip to content

Commit 7301d2c

Browse files
feat(VSECPC-7605): Azure | Terraform - New and existing refactor - align storage account outputs (#34)
Co-authored-by: noamerez <noamerez@checkpoint.com>
1 parent 30953c7 commit 7301d2c

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

modules/common/common/outputs.tf

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ output "vm_os_version" {
7878
value = var.vm_os_version
7979
}
8080

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-
9381
output "disk_size" {
9482
value = var.disk_size
9583
}
@@ -118,13 +106,6 @@ output "tags" {
118106
value = var.tags
119107
}
120108

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-
}
128109
output "role_definition" {
129110
value = var.role_definition
130111
}

0 commit comments

Comments
 (0)