-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
docs/provider: Fix markdownlint MD032 failures and enable rule #11875
Conversation
Reference: #11838 Previously: ``` website/docs/d/ebs_default_kms_key.html.markdown:28 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `key_arn` - Amazon Resource ..."] website/docs/d/organizations_organizational_units.html.markdown:23 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `parent_id` - (Required) The..."] website/docs/d/organizations_organizational_units.html.markdown:26 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `children` - List of child o..."] website/docs/d/route53_zone.html.markdown:47 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "a pair on the desired Hosted Z..."] website/docs/r/autoscaling_schedule.html.markdown:58 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `arn` - The ARN assigned by ..."] website/docs/r/db_option_group.html.markdown:12 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* [MariaDB Options](https://do..."] website/docs/r/db_parameter_group.html.markdown:12 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* [Aurora MySQL Parameters](ht..."] website/docs/r/pinpoint_apns_channel.markdown:44 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `certificate` - (Required) T..."] website/docs/r/pinpoint_apns_channel.markdown:48 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `bundle_id` - (Required) The..."] website/docs/r/pinpoint_apns_sandbox_channel.markdown:44 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `certificate` - (Required) T..."] website/docs/r/pinpoint_apns_sandbox_channel.markdown:48 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `bundle_id` - (Required) The..."] website/docs/r/pinpoint_apns_voip_channel.markdown:44 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `certificate` - (Required) T..."] website/docs/r/pinpoint_apns_voip_channel.markdown:48 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `bundle_id` - (Required) The..."] website/docs/r/pinpoint_apns_voip_sandbox_channel.markdown:44 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `certificate` - (Required) T..."] website/docs/r/pinpoint_apns_voip_sandbox_channel.markdown:48 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `bundle_id` - (Required) The..."] website/docs/r/s3_bucket.html.markdown:419 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* For a specific rule, `prefix..."] website/docs/r/sagemaker_endpoint_configuration.html.markdown:51 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `variant_name` - (Optional) ..."] website/docs/r/spot_datafeed_subscription.html.markdown:30 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* `bucket` - (Required) The Am..."] website/docs/r/vpc_dhcp_options_association.html.markdown:30 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* You can only associate one D..."] website/docs/r/vpc_dhcp_options.html.markdown:51 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* Notice that all arguments ar..."] ```
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 has been released in version 2.48.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Reference: #11838
Release note for CHANGELOG:
Previously: