You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested to add online validation for region in our API backend. Made it reachable through go-api and passed along 'ApiBaseUrl'. Can be set similar to 'apikey' and 'baseurl' in the provider configuration.
Instead of hard coding all the plan names here:
terraform-provider-cloudamqp/cloudamqp/resource_cloudamqp_instance.go
Lines 245 to 256 in 8438a37
Perhaps we can use the method outlined in hashicorp/terraform-plugin-sdk#101 (comment) and use our API to validate the plan name.
Same goes for region, where we have no validation in the provider today, our API could be used to validate the given region.
The text was updated successfully, but these errors were encountered: