Skip to content

Commit 3d445db

Browse files
committed
Add docs for Subdomain resource
1 parent 4e99333 commit 3d445db

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: "sumologic"
3+
page_title: "SumoLogic: sumologic_subdomain"
4+
description: |-
5+
Provides a Sumologic Subdomain
6+
---
7+
8+
# sumologic_lookup_table
9+
Provides a [Sumologic Subdomain][1].
10+
11+
## Example Usage
12+
```hcl
13+
resource "sumologic_subdomain" "exampleSubdomain" {
14+
subdomain = "my-company"
15+
}
16+
```
17+
18+
## Argument reference
19+
20+
The following arguments are supported:
21+
22+
- `subdomain` - (Required) The subdomain.
23+
24+
## Attributes reference
25+
26+
The following attributes are exported:
27+
28+
- `id` - Unique identifier for the subdomain.
29+
30+
[1]: https://help.sumologic.com/Manage/01Account_Usage/05Manage_Organization#change-account-subdomain

0 commit comments

Comments
 (0)