Files
atlantis/server/events
Luke Kysow 16cdcf1165 Remove "Refreshing..." output from top of plan.
When running terraform plan, Terraform writes a line for each resource
it updates. For example:

	null_resource.b: Refreshing state... (ID: 700288721293508840)
	null_resource.a: Refreshing state... (ID: 2853194762920164292)
	null_resource.f: Refreshing state... (ID: 6634469389761751950)

This change removes those lines by splitting the output string after a
separator.

This change is being made because the Refreshing output isn't important
and it will make the comments shorter.
2018-10-30 16:27:55 -05:00
..
2018-10-30 13:01:48 -05:00
2018-10-30 13:01:48 -05:00
2018-09-07 10:54:48 -07:00
2018-08-09 14:23:44 -10:00