-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Failed to create ssm association #4057
Comments
I think there might be something wrong with the CloudFormation specs. However, the examples at the end of "Parameters": {
"Directory": ["myWorkSpace"]
} |
@abelmokadem can you please paste the AWS::SSM::Association resource from the synthesized cloudformation template? |
|
Internal ticket: CFN-29115 |
As a workaround, you should be able to use an escape hatch ( |
@eladb I'm using CfnResource for now. This is working fine for me. Looking forward to seeing this get fixed. :) |
Thanks for the hint. I got it working with an override: association.addOverride('Properties.Parameters.Foo', ['Bar']); |
Is this bug gonna be fixed soonish? Can't track the chain .... The source seems to stick around since May or longer! |
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
🐛 Bug Report
What is the problem?
I'm unable to use
ssm.CfnAssociation
to create an association in systems manager. There seems to be something wrong with the parameters field.Reproduction Steps
This does not work:
This works fine:
Verbose Log
Environment
Other information
The text was updated successfully, but these errors were encountered: