-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
allow full ARN for API key SSM param identifier #76
Conversation
/terratest |
@natw the tests are failing with :
Could you please update the default value for variable
|
@gberenice as of lambda version 3.106.0, python 3.12 was giving me errors of some kind (sorry, it was a few weeks ago), but 3.11 worked fine, so I updated the default to that. |
/terratest |
/terratest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @natw 👍
what
This expands the validation rules for the
dd_api_key_source
variable to allow you to provide the full ARN for a SSM parameter.why
In the case where the parameter in question is shared from another account (via RAM), it has to be referenced using the full ARN.
references
https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html#accessing