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 10:34:54 -05:00
2018-09-12 09:11:27 -07:00
2018-06-30 23:27:15 +02:00
2018-07-20 14:30:05 +02:00
2018-07-24 17:02:01 +02:00
2018-09-28 12:01:47 -05:00
2018-10-30 10:34:54 -05:00
2018-07-20 14:30:05 +02:00
2018-06-20 11:35:41 +01:00
2018-03-15 17:25:02 -07:00
2018-09-28 11:32:10 -05:00
2018-08-08 16:49:43 -10:00
2018-08-16 13:02:09 -10:00
2018-08-16 13:02:09 -10:00

Atlantis

Atlantis Logo

Terraform For Teams

Resources

What is Atlantis?

A self-hosted golang application that listens for Terraform pull request events via webhooks.

What does it do?

Runs terraform plan and apply remotely and comments back on the pull request with the output.

Why should you use it?

  • Make Terraform changes visible to your whole team.
  • Enable non-operations engineers to collaborate on Terraform.
  • Standardize your Terraform workflows.

Badges!

SuperDopeBadge Go Report Card CircleCI Slack Status Gitter chat

Description
Terraform Pull Request Automation
Readme 215 MiB