aquasecurity / terraform-provider-aquasec

Apache License 2.0
35 stars 38 forks source link

Add support for parameter validation on Aqua Provider #276

Open niCSan opened 1 month ago

niCSan commented 1 month ago

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.