Skip to content

Commit 86ddf67

Browse files
committed
update docs
1 parent 379a820 commit 86ddf67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/docs/r/postgresql_instance.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The following arguments are supported:
6969
* `project_id` - (Optional) Project id, default value is `0`.
7070
* `public_access_switch` - (Optional) Indicates whether to enable the access to an instance from public network or not.
7171
* `root_user` - (Optional, ForceNew) Instance root account name. This parameter is optional, Default value is `root`.
72+
* `security_groups` - (Optional, ForceNew) ID of security group. If both vpc_id and subnet_id are not set, this argument should not be set either.
7273
* `subnet_id` - (Optional, ForceNew) ID of subnet.
7374
* `tags` - (Optional) The available tags within this postgresql.
7475
* `vpc_id` - (Optional, ForceNew) ID of VPC.

website/docs/r/tcr_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following arguments are supported:
3232
* `name` - (Required, ForceNew) Name of the TCR instance.
3333
* `delete_bucket` - (Optional) Indicate to delete the COS bucket which is auto-created with the instance or not.
3434
* `open_public_operation` - (Optional) Control public network access.
35-
* `tags` - (Optional, ForceNew) The available tags within this TCR instance.
35+
* `tags` - (Optional) The available tags within this TCR instance.
3636

3737
## Attributes Reference
3838

0 commit comments

Comments
 (0)