-
Notifications
You must be signed in to change notification settings - Fork 178
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: Adds support for Push-Based logging to S3 #2169
Conversation
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 for copy review with a few suggestions. Also tagging @zach-carr who might want to see this PR. Thank you!
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
This reverts commit 4eb4ddd.
APIx bot: a message has been sent to Docs Slack channel |
}, | ||
"create_date": schema.StringAttribute{ | ||
Computed: true, | ||
Description: "Date and time that this feature was enabled on.", |
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.
not for this PR, as we have the function to return the schema, we could have a helper function that for instance fill MarkdownDescription taking from Description if not filled so we only have one description in the code but it's filled for both Description and MarkdownDescription
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.
makes sense, adding @AgustinBettati for visibility. Right now I do see we have the same description in 4 places
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.
great work! and thanks for addressing the comments
Description
Adds resource and data source for Push-Based logging to S3
NOTE: Unit tests, Github workflow updates to run acceptance tests, examples & documentations will be done in separate PRs to keep the PRs small.
Link to any related issue(s):
CLOUDP-240969
CLOUDP-240970
Type of change:
Required Checklist:
Further comments