Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support property pattern validation #394

Merged
merged 19 commits into from
Feb 20, 2022
Merged

Support property pattern validation #394

merged 19 commits into from
Feb 20, 2022

Conversation

ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
  • The resources and data sources in this provider are generated from the CloudFormation schema, so they can only support the actions that the underlying schema supports. For this reason submitted bugs should be limited to defects in the generation and runtime code of the provider. Customizing behavior of the resource, or noting a gap in behavior are not valid bugs and should be submitted as enhancements to AWS via the CloudFormation Open Coverage Roadmap.

Closes #88.

% TF_LOG=WARN make testacc PKG_NAME=internal/aws/logs TESTARGS='-run=TestAccAWSLogsLogGroup_'
TF_ACC=1 go test ./internal/aws/logs -v -count 1 -parallel 20 -run=TestAccAWSLogsLogGroup_ -timeout 180m
=== RUN   TestAccAWSLogsLogGroup_basic
=== PAUSE TestAccAWSLogsLogGroup_basic
=== RUN   TestAccAWSLogsLogGroup_disappears
=== PAUSE TestAccAWSLogsLogGroup_disappears
=== RUN   TestAccAWSLogsLogGroup_update
=== PAUSE TestAccAWSLogsLogGroup_update
=== CONT  TestAccAWSLogsLogGroup_basic
=== CONT  TestAccAWSLogsLogGroup_update
=== CONT  TestAccAWSLogsLogGroup_disappears
--- PASS: TestAccAWSLogsLogGroup_disappears (14.50s)
--- PASS: TestAccAWSLogsLogGroup_basic (24.93s)
--- PASS: TestAccAWSLogsLogGroup_update (40.73s)
PASS
ok  	github.com/hashicorp/terraform-provider-awscc/internal/aws/logs	41.601s

…dk-go@15be89965483c55f182ad4236ce4d725f6c8f764'.
…dk-go@42afe5eba878fb0a8a3cc7e7aba3b729b3978e6c'.
…ewbankkit/gojsonschema@f-pattern-validation-error && go mod tidy'.
…hub.com/ewbankkit/gojsonschema@f-pattern-validation-error && go mod tidy'."

This reverts commit 3636350.
…dk-go@286a497ed6503bf79e2b860bccdcca426ee6cfd7'.
@ewbankkit ewbankkit merged commit b76a47d into main Feb 20, 2022
@ewbankkit ewbankkit deleted the f-pattern-validation branch February 20, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property pattern validation
1 participant