hashicorp / aws-cloudformation-resource-schema-sdk-go

This package provides AWS CloudFormation Resource Schema functionality in Go
Mozilla Public License 2.0
5 stars 2 forks source link

Add `propertyTransform' helper #40

Closed johnsonaj closed 2 years ago

johnsonaj commented 2 years ago

Relates to hashicorp/terraform-provider-awscc#202

$ go test -v property_transform_test.go

=== RUN   TestPropertyTransformValue
=== RUN   TestPropertyTransformValue/found
=== RUN   TestPropertyTransformValue/not_found
=== RUN   TestPropertyTransformValue/found_nested_property
--- PASS: TestPropertyTransformValue (0.00s)
    --- PASS: TestPropertyTransformValue/found (0.00s)
    --- PASS: TestPropertyTransformValue/not_found (0.00s)
    --- PASS: TestPropertyTransformValue/found_nested_property (0.00s)
PASS
ok      command-line-arguments  0.148s
hashicorp-cla commented 2 years ago

CLA assistant check
All committers have signed the CLA.