Luke Kysow 609bf84b9a Fix apply all with project name bug
Previously, if you were using project names and you had two projects
with the same directory and workspace but different workflows, running
"atlantis apply" would fail. This was because we weren't figuring out
what the project name was for each pending plan.

This change fixes this by extracting the project name from the planfile.
We also handle /'s in the project name by substituting them with '::'.
This allows us to convert them back to /'s when we're figuring out the
project names from the filenames. It's safe to do this because : isn't
an allowed character for project names.

We also remove a final substitution of invalid filename characters
because we rely on the validation of the project names instead which
happens when validating the atlantis.yaml file.
2019-04-02 15:44:01 -03:00
2019-03-30 20:26:35 -05:00
2019-03-12 11:16:27 -05:00
2019-03-30 20:22:49 -05:00
2019-03-07 15:09:53 -05:00
2019-03-14 14:30:34 -05:00
2019-03-13 17:52:27 -05:00
2019-03-28 13:45:12 -05:00
2018-12-17 17:03:05 -05:00
2019-03-14 17:36:22 -05:00
2019-03-13 17:52:27 -05:00
2019-03-13 17:52:27 -05:00
2018-03-15 17:25:02 -07:00
2019-03-25 11:15:59 -05:00
2019-03-30 20:06:40 -05:00
2018-08-16 13:02:09 -10:00
2019-03-27 14:59:37 -05:00
2018-08-16 13:02:09 -10:00

Atlantis

Atlantis Logo

Terraform Pull Request Automation

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 codecov CircleCI Slack Status Gitter chat

Description
Terraform Pull Request Automation
Readme 215 MiB