Skip to content

Commit

Permalink
Update pkg/recipes/driver/types.go
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Chawla <[email protected]>
  • Loading branch information
kachawla authored Mar 26, 2024
1 parent f279d06 commit e8b51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/recipes/driver/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type DriverWithSecrets interface {
// Driver is an interface to implement recipe deployment and recipe resources deletion.
Driver

// FindSecretIDs gets the secret ID references associated with git private terraform repository source.
// FindSecretIDs gets the secret store resource ID references associated with git private terraform repository source.
// In the future it will be extended to get secret references for provider secrets.
FindSecretIDs(ctx context.Context, config recipes.Configuration, definition recipes.EnvironmentDefinition) (string, error)
}
Expand Down

0 comments on commit e8b51e6

Please sign in to comment.