Skip to content

Commit

Permalink
fix: time zone parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Jan 7, 2025
1 parent 5e6b369 commit 4eedd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coralogix/resource_coralogix_alert.go
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ func (r *AlertResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
},
"utc_offset": schema.StringAttribute{
Optional: true,
Default: stringdefault.StaticString("0000"),
Default: stringdefault.StaticString("+0000"),
Computed: true,
Validators: []validator.String{
stringvalidator.RegexMatches(
Expand Down

0 comments on commit 4eedd96

Please sign in to comment.