-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add key_value_store_associations
#36228
Add key_value_store_associations
#36228
Conversation
Community NoteVoting for Prioritization
For Submitters
|
key_value_store_associations
key_value_store_associations
Hey @surajsubramanian 👋 Thank you for taking the time to raise this! #35889 was mentioned in the issue that you linked in the PR description as one that would potentially be resolved by this addition. As I'm triaging this, I wanted to check with you on if you felt this PR would resolve that issue as well. |
@justinretzolk Unfortunately I won't be able to provide any information on how the PR affects #35889 at the moment as I'm unable to write more acceptance tests closely tied with Under |
Is there any stopping reason? We eager to use this functionality. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR introduces a new optional argument
key_value_store_associations
to theaws_cloudfront_function
resource.Relations
Closes #36048
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-function-functionconfig.html#cfn-cloudfront-function-functionconfig-keyvaluestoreassociations
Output from Acceptance Testing
> make testacc TESTS=TestAccCloudFrontFunction_KeyValueStoreAssociations PKG=cloudfront
> make testacc TESTS=TestAccCloudFrontFunctionDataSource_basic PKG=cloudfront
> make testacc TESTS=TestAccCloudFrontFunction_basic PKG=cloudfront