-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: backup schedule time #609
Conversation
278bf8f
to
117837c
Compare
27d7f9d
to
62e7984
Compare
pkg/provider/common.go
Outdated
@@ -31,3 +32,9 @@ func buildAPIReqAssignTags(tfRsrcTags []commonTerraform.Tag) []commonApi.Tag { | |||
} | |||
return tags | |||
} | |||
|
|||
var ResourceBackupScheduleTime = schema.StringAttribute{ | |||
MarkdownDescription: "Backup schedule time in 24 hour format.", |
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.
Backup schedule time in 24 hour cron expression format.
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.
LGTM
# Conflicts: # pkg/models/cluster.go # pkg/models/pgd/api/data_group.go # pkg/models/pgd/terraform/data_group.go # pkg/provider/common.go # pkg/provider/data_source_cluster.go # pkg/provider/data_source_fareplica.go # pkg/provider/data_source_pgd.go # pkg/provider/resource_cluster.go # pkg/provider/resource_fareplica.go # pkg/provider/resource_pgd.go
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.
LGTM
No description provided.