-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
provider/aws: Add JSON validation to the aws_s3_bucket resource. #8908
provider/aws: Add JSON validation to the aws_s3_bucket resource. #8908
Conversation
Part of work which began in #8028. |
I have a problem with the acceptance test:
It does not seem to be related to what I've done, but somehow to: 93f31fc, where |
Need to wait for #8915 first. |
7866830
to
a00f8f1
Compare
I have re-bases against |
The acceptance test is passing:
|
This commit adds support for new helper function which is used to normalise and validate JSON string. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
7975e85
to
0b56e53
Compare
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
0b56e53
to
15d33c7
Compare
LGTM! Thanks for the work here :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This commit adds support for new helper function which is used to
normalise and validate JSON string.
Signed-off-by: Krzysztof Wilczynski krzysztof.wilczynski@linux.com