Tarek N. Elsamni

Results 3 comments of Tarek N. Elsamni

You could also use `terraform-state-split` cli which helps a lot with the process in big scale projects. https://github.com/shebang-labs/terraform-state-split Demo: https://asciinema.org/a/qqF2E5Uz2ybwzhJdMpuufzblu Install: ```bash brew tap shebang-labs/tap brew install terraform-state-split ```

You could also use `terraform-state-split` cli which helps a lot with the process in big scale projects. https://github.com/shebang-labs/terraform-state-split Demo: https://asciinema.org/a/qqF2E5Uz2ybwzhJdMpuufzblu Install: ```bash brew tap shebang-labs/tap brew install terraform-state-split ```

If you wish to circumvent the newly introduced security checks (I should point out that they're probably implemented for good reason and it's generally not recommended to disable them 😅),...