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
Similar to #32 ...
I'm running into this issue where my config .yml looks like this:
Platform: PlatformArn: arn:aws:elasticbeanstalk:us-east-1::platform/PHP 8.2 running on 64bit Amazon Linux 2023/4.0.1
And when I run eb platform show, it doesn't get the full platform name:
eb platform show
% eb platform show ERROR: NotFoundError - Elastic Beanstalk can't find a platform version that matches "PHP 8.1 running on 64bit Amazon Linux 2".
It'd be nice if we could just say something like:
Platform: PlatformArn: arn:aws:elasticbeanstalk:us-east-1::platform/php-8.2
After all, if I do a eb platform list, that's what shows up.
eb platform list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #32 ...
I'm running into this issue where my config .yml looks like this:
And when I run
eb platform show
, it doesn't get the full platform name:It'd be nice if we could just say something like:
After all, if I do a
eb platform list
, that's what shows up.The text was updated successfully, but these errors were encountered: