-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add table aws_scheduler_schedule Closes #2304 #2359
base: main
Are you sure you want to change the base?
Conversation
|
||
func tableAwsSchedulerSchedule(_ context.Context) *plugin.Table { | ||
return &plugin.Table{ | ||
Name: "aws_scheduler_schedule", |
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.
Name: "aws_scheduler_schedule", | |
Name: "aws_eventbridge_schedule", |
Should we use the above table name?
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.
Following the Terraform naming convention, it is aws_scheduler_*
(reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/scheduler_schedule).
Do you think we should rename it?
name = 'my-schedule'; | ||
``` | ||
|
||
--- |
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.
--- |
Integration test logs
Logs
Example query results
Results