We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e99333 commit 3d445dbCopy full SHA for 3d445db
website/docs/r/subdomain.html.markdown
@@ -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