Skip to content

Commit 0c3908f

Browse files
Terraform Team Automationravinitp
authored andcommitted
Bug Fix - oci_log_analytics_namespace source doc fix
1 parent ceb466d commit 0c3908f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/docs/d/log_analytics_namespace.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following arguments are supported:
3333

3434
The following attributes are exported:
3535

36-
* `compartment_id` - The is the tenancy ID
37-
* `is_onboarded` - This indicates if the tenancy is onboarded to Logging Analytics
38-
* `namespace` - This is the namespace name of a tenancy
39-
36+
* `items` - This is the array of namespace of the tenancy request.
37+
* `compartment_id` - The is the tenancy ID
38+
* `is_onboarded` - This indicates if the tenancy is onboarded to Logging Analytics
39+
* `namespace` - This is the namespace name of a tenancy

website/docs/r/log_analytics_namespace.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ The following attributes are exported:
4343
Namespace can be imported using the `compartment_id` and `namespace`, e.g.
4444

4545
```
46-
$ terraform import oci_log_analytics_namespace.test_namespace "compartmentId/<compartment_id>/namespace/<namespace>"
46+
$ terraform import oci_log_analytics_namespace.test_namespace "compartmentId/{compartment_id}/namespace/{namespace}"
4747
```
4848

0 commit comments

Comments
 (0)