This commit is contained in:
Shreyas Goenka 2024-09-16 03:17:05 +02:00
parent 13748f177d
commit bdecd08206
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 0 additions and 3 deletions

View File

@ -191,7 +191,6 @@ func (u *upload) Name() string {
return "libraries.Upload"
}
// TODO: As a followup add testing for interactive flows.
// This function returns the right filer to use, to upload artifacts to the configured locations.
// Supported locations:
// 1. WSFS

View File

@ -25,8 +25,6 @@ import (
func filterDeleteOrRecreateActions(changes []*tfjson.ResourceChange, resourceType string) []terraformlib.Action {
res := make([]terraformlib.Action, 0)
for _, rc := range changes {
// TODO: Add end to end integration tests for the interactive prompt UXs.
// Good PR to introduce the first one, and make changes more confidently.
if rc.Type != resourceType {
continue
}