We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://aws.amazon.com/solutions/implementations/automated-security-response-on-aws/?nc1=h_ls When I tried to deploy the above solution, I got an error in the AWS console saying Parameter '<any parameters>' must be one of AllowedValues, and it didn't deploy correctly.
Parameter '<any parameters>' must be one of AllowedValues
and I founded template string on AWS Console converted to unquoted value from quoted 'yes' or 'no' string.
#329 This pull request has resolved quoted string parse issue, but only rain deploy command, maybe no rain stackset deploy command.
rain deploy
rain stackset deploy
This issue can avoid by deleting AllowedValues or deploy directly from AWS Console.
AllowedValues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://aws.amazon.com/solutions/implementations/automated-security-response-on-aws/?nc1=h_ls
When I tried to deploy the above solution, I got an error in the AWS console saying
Parameter '<any parameters>' must be one of AllowedValues
, and it didn't deploy correctly.and I founded template string on AWS Console converted to unquoted value from quoted 'yes' or 'no' string.
#329
This pull request has resolved quoted string parse issue, but only
rain deploy
command, maybe norain stackset deploy
command.This issue can avoid by deleting
AllowedValues
or deploy directly from AWS Console.The text was updated successfully, but these errors were encountered: