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
If you have any questions regarding this upgrade process, please consult the `examples` directory.
4
+
If you find a bug, please open an issue with supporting configuration to reproduce.
5
+
6
+
## List of backwards incompatible changes
7
+
8
+
- Terraform `v1.11` is now minimum supported version to support write-only (`wo_*`) attributes.
9
+
- AWS provider `v6.18` is now minimum supported version
10
+
- The underlying `aws_security_group_rule` resources has been replaced with `aws_vpc_security_group_ingress_rule` and `aws_vpc_security_group_egress_rule` to allow for more flexibility in defining security group rules.
11
+
12
+
## Additional changes
13
+
14
+
### Added
15
+
16
+
- Support for `region` argument to specify the AWS region for the resources created if different from the provider region.
17
+
18
+
### Modified
19
+
20
+
- Variable definitions now contain detailed object types in place of the previously used `any` type
0 commit comments