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
error_message="Allowed values for 'existing_secrets_endpoint_type' are \"public\" and \"private\"."
58
+
}
59
+
}
60
+
51
61
variable"service_plan" {
52
62
type=string
53
63
description="The service/pricing plan to use when provisioning a new Secrets Manager instance. Allowed values: 'standard' and 'trial'. Only used if `provision_sm_instance` is set to true."
@@ -61,7 +71,7 @@ variable "service_plan" {
61
71
variable"allowed_network" {
62
72
type=string
63
73
description="The types of service endpoints to set on the Secrets Manager instance. Possible values are `private-only` or `public-and-private`."
0 commit comments