Skip to content

Commit 4f91d2e

Browse files
authored
feat: added protected_settings
1 parent e949ba9 commit 4f91d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ variable "extensions" {
66
type = optional(string, "CustomScript"),
77
type_handler_version = optional(string, "2.0"),
88
settings = optional(string),
9+
protected_settings = optional(string),
910
tags = optional(map(any))
1011
})
1112
description = "Objects to configure extentions for virtual machine"

0 commit comments

Comments
 (0)