You need to sign in or sign up before continuing.
Commits on Source 2
-
Tyrone Meijn authored
### What & Why This MR excludes the providers directory implicitly by only packinging the modules dir and the terraform.tfstate in the artifact that gets passed around. This is due to the size of mainly the AWS provider coming around to 700MB. This is around 70% of the max artifact size which is 1GB. We've come pretty close to the max size so excluding the provider is an obvious win. Some testing actually shows a bit of an improvement in pipeline speed!
-
Tyrone Meijn authored
See merge request !719