Would be nice to have a validation parameter on the Aquasec provider in order to not check the username/password/url of the provider in cases where we don't want to implement the aqua resources for example on dev/qa environments when initializing the provider.
Just like an example the datadog provider has the validate parameter. And we could set up dummy values for authentication and the provider could be initialized successfully without using real data.
Terraform Version
Terraform v1.8.1 on darwin_arm64
Affected Resource(s)
aquasecurity provider
Enhancement
Would be nice to have a validation parameter on the Aquasec provider in order to not check the username/password/url of the provider in cases where we don't want to implement the aqua resources for example on dev/qa environments when initializing the provider.
Just like an example the datadog provider has the validate parameter. And we could set up dummy values for authentication and the provider could be initialized successfully without using real data.