Skip to content

Commit f79a66b

Browse files
authored
added doc to cks and acl rule (#229)
1 parent 3bebccd commit f79a66b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

website/docs/r/kubernetes_cluster.html.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

website/docs/r/network_acl_rule.html.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,18 @@ The `rule` block supports:
7777
The 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+
```

0 commit comments

Comments
 (0)