File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ func resourceSumologicField() *schema.Resource {
3131
3232 "data_type" : {
3333 Type : schema .TypeString ,
34- Required : true ,
34+ Optional : true ,
3535 ForceNew : true ,
3636 },
3737
3838 "state" : {
3939 Type : schema .TypeString ,
40- Required : true ,
40+ Optional : true ,
4141 ForceNew : true ,
4242 },
4343 },
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ resource "sumologic_user" "example_user2" {
4141
4242The following arguments are supported:
4343
44- - ` first_name ` - (Required) First name of the user..
44+ - ` first_name ` - (Required) First name of the user.
4545- ` last_name ` - (Required) Last name of the user.
4646- ` email ` - (Required) Last name of the user.
4747- ` active ` - (Optional) This has the value true if the user is active and false if they have been deactivated..
You can’t perform that action at this time.
0 commit comments