Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radekska committed Dec 11, 2024
1 parent 63aa366 commit 36d652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castai/resource_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func resourceServiceAccountKey() *schema.Resource {
Default: "",
ForceNew: true,
Description: "The expiration time of the service account key in RFC3339 format. Defaults to an empty string.",
// ValidateDiagFunc: validateRFC3339TimeOrEmpty,
ValidateDiagFunc: validateRFC3339TimeOrEmpty,
},
FieldServiceAccountKeyActive: {
Type: schema.TypeBool,
Expand Down

0 comments on commit 36d652d

Please sign in to comment.