splunk / terraform-provider-synthetics

TF Provider for Splunk Synthetics
Apache License 2.0
4 stars 15 forks source link

update acceptance tests and validate functions for custom_properties #34

Closed greatestusername closed 11 months ago

greatestusername commented 11 months ago
  1. Adds custom_properties to acceptance tests
  2. Updates the ValidateFunc for custom_properties slightly to include an error message and also remove need for escaping with backticks
  3. Remove unneeded delete function from old rigor acceptance tests (this is handled by the tf testing suite)
  4. sed out any possible token leakage from the synthetics client if TF_LOG is set below error during make testacc