hashicorp / terraform-plugin-testing

Module for testing Terraform providers
Mozilla Public License 2.0
45 stars 11 forks source link

Add a JSON equivalency attribute test to testing framework #78

Open gdavison opened 4 years ago

gdavison commented 4 years ago

Use-cases

To provide a standard way to validate JSON attribute values

Proposal

We've added a test function to the AWS Provider at https://github.com/terraform-providers/terraform-provider-aws/blob/d22ff540470ba847f127ba5e2a06cc8638521375/aws/provider_test.go#L281. This could be moved to the Plugin SDK.

bflad commented 1 year ago

With the introduction of the terraform-plugin-testing module (migration guide), we are transferring feature requests relating to the helper/resource "testing framework" in the terraform-plugin-sdk repository over to the new terraform-plugin-testing repository.