Skip to content

Commit

Permalink
UUpdate variables.tf
Browse files Browse the repository at this point in the history
Signed-off-by: Melody Sofia Eroshevich <se@cloudeteer.de>
  • Loading branch information
neonwhiskers committed Oct 16, 2024
1 parent 4668001 commit 24d4e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Possible values:
- `AzurePolicy`
- `AntiMalware`

Note: The extensions listed here will only be applied if `allow_extension_operations` is set to `true`. If `allow_extension_operations` is set to `false`, this list will be ignored and no extensions will be created.
**NOTE**: The extensions listed here will only be applied if `allow_extension_operations` is set to `true` (default). If `allow_extension_operations` is set to `false`, this list will be ignored and no extensions will be created.

Type: `list(string)`

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ variable "extensions" {
- `AzurePolicy`
- `AntiMalware`
Note: The extensions listed here will only be applied if `allow_extension_operations` is set to `true`. If `allow_extension_operations` is set to `false`, this list will be ignored and no extensions will be created.
**NOTE**: The extensions listed here will only be applied if `allow_extension_operations` is set to `true` (default). If `allow_extension_operations` is set to `false`, this list will be ignored and no extensions will be created.
EOT

type = list(string)
Expand Down

0 comments on commit 24d4e59

Please sign in to comment.