You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# When you Add `usernames` with empty password this module creates a strong random password
49
-
# use .tfvars file to manage the secrets to avoid security violations.
48
+
# When you Add `usernames` with empty password this module creates a strong random password
49
+
# use .tfvars file to manage the secrets as variables to avoid security issues.
50
50
secrets = {
51
51
"message" = "Hello, world!"
52
52
"vmpass" = ""
53
53
}
54
54
55
55
# Adding TAG's to your Azure resources (Required)
56
-
# ProjectName and Env are already declared above, to use them here or create a varible.
56
+
# ProjectName and Env are already declared above, to use them here or create a varible.
57
57
tags = {
58
58
ProjectName = "demo-project"
59
59
Env = "dev"
@@ -113,7 +113,7 @@ When you need to pass a secure value (like a password) as a parameter during dep
113
113
114
114
When soft-delete is enabled, resources marked as deleted resources are retained for a specified period (90 days by default). The service further provides a mechanism for recovering the deleted object, essentially undoing the deletion.
115
115
116
-
When creating a new key vault, soft-delete is enabled by default. __The ability to opt out of soft-delete will be deprecated by the end of the year 2020__, and soft-delete protection will automatically be turned on for all key vaults.
116
+
When creating a new key vault, soft-delete is enabled by default. __As of 2020-12-15 Azure now requires that Soft Delete is enabled on Key Vaults and this can no longer be disabled__.
117
117
118
118
Purge protection is an optional Key Vault behavior and is not enabled by default. Purge protection can only be enabled once soft-delete is enabled. It can be turned on using this module by setting the argument `enable_purge_protection = true`.
0 commit comments