Skip to content

Commit a0f68ab

Browse files
authored
Merge pull request #648 from SumoLogic/ayan-fix-fields-docs
SUMO-233062: Update the dataType in field resource docs.
2 parents 603e5dd + 8c6b9a8 commit a0f68ab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 2.30.1 (Unreleased)
1+
## 2.30.2 (Unreleased)
2+
3+
## 2.30.1 (May 25, 2024)
4+
BUG FIXES:
5+
* Corrected examples and removed dataType in the Fields terraform documentation (GH-648)
26

37
## 2.30.0 (May 21, 2024)
48
FEATURES:

website/docs/r/field.html.markdown

Lines changed: 0 additions & 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,6 @@ 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`.
3128
- `state` - (Optional) State of the field (either `Enabled` or `Disabled`).
3229

3330
## Import

0 commit comments

Comments
 (0)