Skip to content

Commit

Permalink
conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fbudzynski committed Oct 23, 2024
1 parent 9cbbca0 commit 55ee85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ var allResourceSchemaDefs = []ResourceSchemaDef{
{
name: "SecretWithGenericString",
schema: resources.SecretWithGenericString().Schema,
},
},
{
name: "StreamOnDirectoryTable",
schema: resources.StreamOnDirectoryTable().Schema,
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/custom_diffs.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func RecreateWhenSecretTypeChangedExternally(secretType sdk.SecretType) schema.C
}
if isRefreshTokenExpiryTimeEmpty {
return errors.Join(diff.SetNew("secret_type", "<changed externally>"), diff.ForceNew("secret_type"))
}
}
}
}
return nil
Expand Down

0 comments on commit 55ee85b

Please sign in to comment.