-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 types for logging input variable #287
Comments
This issue has been automatically marked as stale because it has been open 30 days |
commenting to remove stale. if a contributor confirms this makes sense, I will open a PR |
This issue has been automatically marked as stale because it has been open 30 days |
commenting to remove stale. if a contributor confirms this makes sense, I will open a PR |
This issue has been automatically marked as stale because it has been open 30 days |
commenting to remove stale |
Is your request related to a new offering from AWS?
No
Is your request related to a problem? Please describe.
When working with the
logging
variable, it would be nice to get type autocomplete and documentation in an IDEFor example, I tried this:
Only to run into the error
The argument "target_prefix" is required, but no definition was found
Describe the solution you'd like.
instead of
any
, logging could have a type likemap(object({ ... }))
with the expected propertiesDescribe alternatives you've considered.
alternative would be to use
aws_s3_bucket_logging
directly, instead of this moduleAdditional context
input
. is there a reason for this?The text was updated successfully, but these errors were encountered: