add 'provider' field to the infrastructure data file to disable ip range check

This commit is contained in:
William Banfield
2022-10-18 15:39:16 -04:00
parent 5b98095ac3
commit 341cabec0e
3 changed files with 27 additions and 8 deletions
-1
View File
@@ -69,7 +69,6 @@ func NewCLI() *CLI {
return errors.New("'--infrastructure-data' must be set when using the 'digital-ocean' infrastructure-type")
}
ifd, err = e2e.InfrastructureDataFromFile(p)
// TODO(williambanfield): add a section that implements the 'digital-ocean' infrastructure-type
default:
return fmt.Errorf("unknown infrastructure type '%s'", t)
}