File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ The following arguments are supported:
5252* ` state ` - (Optional) The state of the Kubernetes cluster. Defaults to ` "Running" ` .
5353* ` project ` - (Optional) The project to assign the Kubernetes cluster to.
5454* ` noderootdisksize ` - (Optional) root disk size in GB for each node.
55+ * ` docker_registry_url ` - (Optional) URL for the docker image private registry
56+ * ` docker_registry_username ` - (Optional) password for the docker image private registry
57+ * ` docker_registry_password" ` - (Optional) user name for the docker image private registry
5558
5659## Attributes Reference
5760
Original file line number Diff line number Diff line change @@ -77,3 +77,18 @@ The `rule` block supports:
7777The following attributes are exported:
7878
7979* ` id ` - The ACL ID for which the rules are created.
80+
81+ ## Import
82+
83+ Network ACL Rules can be imported; use ` <NETWORK ACL Rule ID> ` as the import ID. For
84+ example:
85+
86+ ``` shell
87+ terraform import cloudstack_network_acl_rule.default e8b5982a-1b50-4ea9-9920-6ea2290c7359
88+ ```
89+
90+ When importing into a project you need to prefix the import ID with the project name:
91+
92+ ``` shell
93+ terraform import cloudstack_network_acl_rule.default my-project/e8b5982a-1b50-4ea9-9920-6ea2290c7359
94+ ```
You can’t perform that action at this time.
0 commit comments