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
I tried to locate my aurora cluster with awspec, but whatever the value I input, awspec cannot find it.
describe rds(db_name|cluster_id|cluster_resource_id) do end
Does awspec still not support Aurora as of now? Is there any other way I can leverage temporarily?
The text was updated successfully, but these errors were encountered:
Thank you for your report.
Probably not yet supported.
awspec/lib/awspec/helper/finder/rds.rb
Lines 6 to 17 in 33fdbba
Sorry, something went wrong.
awspec now supports rds_db_cluster and rds_global_cluster. So you can find aurora clusters with these awspec resources.
rds_db_cluster
rds_global_cluster
No branches or pull requests
I tried to locate my aurora cluster with awspec, but whatever the value I input, awspec cannot find it.
Does awspec still not support Aurora as of now? Is there any other way I can leverage temporarily?
The text was updated successfully, but these errors were encountered: