Closed BSick7 closed 2 years ago
This makes changes necessary to support a CI workflow for Terraform.
plan
apply
--version=auto
--version=next-patch
modules publish
--version=next-build
next-patch
+build
The up command was refactored to make the code for running Terraform reusable across plan, apply, and up.
up
This makes changes necessary to support a CI workflow for Terraform.
plan
command.apply
command.--version=auto
for--version=next-patch
inmodules publish
.--version=next-build
inmodules publish
to usenext-patch
and+build
suffix using the short commit sha.The
up
command was refactored to make the code for running Terraform reusable acrossplan
,apply
, andup
.TODO