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
Copy file name to clipboardExpand all lines: docs/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ provider "cml2" {
62
62
### Optional
63
63
64
64
-`cacert` (String) A CA CERT, PEM encoded. When provided, the controller cert will be checked against it. Otherwise, the system trust anchors will be used.
65
+
-`dynamic_config` (Boolean) Does late binding of the provider configuration. If set to `true` then provider configuration errors will only be caught when resources and data sources are actually created/read. Defaults to `false`
65
66
-`password` (String, Sensitive) CML2 password.
66
67
-`skip_verify` (Boolean) Disables TLS certificate verification (default is false -- will not skip / it will verify the certificate!)
67
68
-`token` (String, Sensitive) CML2 API token (JWT).
Description: "Enables the client cache, this is considered experimental (default is false -- will not use the cache!)",
50
51
Optional: true,
51
52
},
53
+
"dynamic_config": schema.BoolAttribute{
54
+
MarkdownDescription: "Does late binding of the provider configuration. If set to `true` then provider configuration errors will only be caught when resources and data sources are actually created/read. Defaults to `false`",
0 commit comments