craigmonson / colonize

A terraform tool to manage environment driven templating.
MIT License
20 stars 5 forks source link

Remote State Updated ONLY if Using the skip_remote and remote_state_after_apply flags #22

Closed jyore closed 7 years ago

jyore commented 7 years ago

The remote state is not being pushed with a simple colonize apply command. It will run and execute correctly, however, the remote state file is not available in s3. The ONLY way for the remote state file to update is if I run the command with the remote_state_after_apply and skip_remote flags colonize -r -a apply, then it will execute and update the remote state.

I do not think that this is the desired behavior, is it?