You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## what
While working in a tf module that uses this module, I got this warning,
```sh
│ Warning: Deprecated attribute
│
│ on .terraform/modules/tailscale_subnet_router/main.tf line 41, in locals:
│ 41: region = coalesce(var.region, data.aws_region.current.name)
│
│ The attribute "name" is deprecated. Refer to the provider documentation for details.
│
│ (and 2 more similar warnings elsewhere)
```
Small change to use `id` instead of `name`.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Added a blank line before the "Requirements" section in the README for
improved readability.
* **Bug Fixes**
* Updated AWS region fallback logic to use the correct identifier,
ensuring accurate region references in configurations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
|[aws_ami.amazon_linux_2023](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami)| data source |
123
+
|[aws_ami.instance](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami)| data source |
123
124
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
124
125
|[aws_iam_policy_document.default](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
125
126
|[aws_iam_policy_document.session_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
0 commit comments