Skip to content

Commit bddc5db

Browse files
committed
SUMO-233062: Update the dataType in field resource docs.
1 parent 5632899 commit bddc5db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/docs/r/field.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ Provides a [Sumologic Field][1].
1212
```hcl
1313
resource "sumologic_field" "field" {
1414
field_name = "string_field_1"
15-
data_type = "String"
1615
}
1716
1817
resource "sumologic_field" "field" {
1918
field_name = "int_field_1"
20-
data_type = "Int"
2119
}
2220
```
2321

@@ -27,7 +25,7 @@ The following arguments are supported:
2725

2826
- `field_name` - (Required) Name of the field.
2927
- `field_id` - (Required) Field identifier.
30-
- `data_type` - (Optional) Field type. Possible values are `String`, `Long`, `Int`, `Double`, and `Boolean`.
28+
- `data_type` - (Optional) Field type. Currently only possible values is `String`.
3129
- `state` - (Optional) State of the field (either `Enabled` or `Disabled`).
3230

3331
## Import

0 commit comments

Comments
 (0)