You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: Terraform Enterprise (Atlas) Legacy had integration with terraform open source for the command terraform push which packaged the local terraform configuration and pushed it to a workspace. Terraform Enterprise (Legacy and new) also both support integration for terraform plan and terraform apply but the configuration runs locally in the local context and only uploads the state after it is complete (without locking).
Goal: The goal of this feature is to provide the same user experience as terraform plan and terraform apply but the configuration gets executed in TFE not locally and also pushes the local configuration if provided.
Design: TBD
The text was updated successfully, but these errors were encountered:
Background: Terraform Enterprise (Atlas) Legacy had integration with terraform open source for the command
terraform push
which packaged the local terraform configuration and pushed it to a workspace. Terraform Enterprise (Legacy and new) also both support integration forterraform plan
andterraform apply
but the configuration runs locally in the local context and only uploads the state after it is complete (without locking).Goal: The goal of this feature is to provide the same user experience as
terraform plan
andterraform apply
but the configuration gets executed in TFE not locally and also pushes the local configuration if provided.Design: TBD
The text was updated successfully, but these errors were encountered: