Skip to content

Commit

Permalink
Update model_aws_secret_manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha-lakkireddy authored Nov 26, 2024
1 parent f0d3ef0 commit 04ebd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/nextgen/model_aws_secret_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ type AwsSecretManager struct {
Default_ bool `json:"default,omitempty"`
UsePutSecret bool `json:"usePutSecret,omitempty"`
ForceDeleteWithoutRecovery bool `json:"forceDeleteWithoutRecovery,omitempty"`
RecoveryWindowInDays int64 `json:"recoveryWindowInDays,omitempty"`
RecoveryWindowInDays int64 `json:"recoveryWindowInDays,omitempty"`
}

0 comments on commit 04ebd7c

Please sign in to comment.