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
RC-42710 Support for proxyconfig for import cluster
(cherry picked from commit 621e9cc)
Support for proxyconfig in import cluster model
(cherry picked from commit 94f2c93)
Support for proxyconfig for import cluster.Fixed the panic and the schema.Now able to apply
(cherry picked from commit c40df9b)
Validating proxy config fields while building object
(cherry picked from commit e87ccef)
Added all the fields from proxy config for input via terraform spec
(cherry picked from commit d0e01e1)
RC-44138 Fixed NPE
(cherry picked from commit 998fed8)
RC-42710 Docs update
(cherry picked from commit 22608d1)
-`provision_environment` (String) This field is used to define the type of environment. The supported values are `CLOUD` and `ONPREM`
67
77
-`values_path` - (String) The path to save the `values.yaml` file to. This is an optional parameter. If path is provided values.yaml will be downloaded to that path. Otherwise values.yaml will be downloaded to current directory and this output variable will be populated with path to the downloaded file.
68
78
-`bootstrap_path` - (String) The path to save the `bootstrap.yaml` file to. This is an optional parameter. If path is provided bootstrap.yaml will be downloaded to that path. Otherwise bootstrap.yaml will be downloaded to current directory and this output variable will be populated with path to the downloaded file.
79
+
-`proxy_config` - (Block, Optional) Proxy configuration for the cluster. Only one block can be specified. The following attributes are supported:
-`bootstrap_ca` - (String, Optional) CA certificate for bootstrap.
69
87
-`timeouts` - (Block) Sets the duration of time the create, delete, and update functions are allowed to run. If the function takes longer than this, it is assumed the function has failed. The default is 10 minutes. (See [below for nested schema](#nestedblock--timeouts))
0 commit comments