boltops-tools / terraspace

Terraspace: The Terraform Framework
https://terraspace.cloud
Apache License 2.0
674 stars 46 forks source link

Speed boast terraspace build: copy modules #301

Closed tongueroo closed 1 year ago

tongueroo commented 1 year ago

This is a 🙋‍♂️ feature or enhancement.

Summary

Speed boast to terraspace build.

For this change, terraspace prints a warning message about the change in behavior. In the next major release, the warning will go away and this will be the default behavior.

To disable warning set the new config explicitly.

.terraspace/config.rb

Terraspace.configure do |config|
  config.build.copy_modules = true
end

Context

Community Post: Running "terraspace up stack" is slow

How to Test

Sanity check

Version Changes

Patch

tongueroo commented 1 year ago

Released in 2.2.5