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
MarkdownDescription: "History archival state. Accepted values: `disabled`, `enabled`. History archival must be enabled at the cluster level first to be able to enable it for a namespace.",
MarkdownDescription: "The Temporal Terraform Provider allows you to manage [Temporal](https://temporal.io/) resources using [Terraform](https://www.terraform.io/).",
56
63
Attributes: map[string]schema.Attribute{
57
64
"address": schema.StringAttribute{
58
-
Optional: true,
65
+
Optional: true,
59
66
MarkdownDescription: "Address of the Temporal server. Of the form `host:port`.",
60
67
},
61
68
"namespace": schema.StringAttribute{
62
69
Optional: true,
63
70
Description: "Namespace to operate in.",
64
71
},
72
+
"tls": schema.BoolAttribute{
73
+
Optional: true,
74
+
MarkdownDescription: "Whether to use TLS for the Temporal server connection. Defaults to `false`.",
0 commit comments