aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
176 stars 146 forks source link

declare tf_plan_file as local in terraform functions #222

Closed sschne closed 2 years ago

sschne commented 2 years ago

Closes: #221

The tf_plan_file variable should be declared as local, otherwise, when using rover deploy with symphony, the tf_plan_file variable is carried between landing zone execution and successive executions will use that plan file instead of creating a new one.