Ensure resources are in the correct module #5168
Labels
7.0
impact/breaking
Fixing this issue will require a breaking change
kind/enhancement
Improvements or new features
There are some resources where we have diverged from Terraform in how we organize the resources into modules. For example, Terraform has the EC2, Vpc, & Vpc IPAM modules and we have the EC2 & Vpc modules. Even then our resources are not organized into the EC2 and Vpc modules the same way that Terraform has organized them.
To make this easier on users we should make sure our organization matches how Terraform is organized. This will require a breaking change so should wait until the next major release.
The text was updated successfully, but these errors were encountered: