adharmawan 7eaf5e2d94 Update using-atlantis.md
Running `atlantis plan -- -var 'foo=bar'` causes the following:

```
exit status 1: running "terraform plan -input=false -refresh -no-color -out \"/atlantis-data/path/to/repo/default.tfplan\" -var atlantis_user=\"xxxxx\" -var atlantis_repo=\"xxxxxx\" -var atlantis_repo_name=\"xxxxxx\" -var atlantis_repo_owner=\"xxxxx\" -var atlantis_pull_num=xx \"-var\" \"'foo=bar'\"" in "/atlantis-data/path/to/repo"

Error: Required variable not set: foo`
```

While running `atlantis plan -- -var foo='bar'` successfully pass the `foo` variable to terraform plan
2019-04-09 13:02:25 +08: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-04-09 13:02:25 +08: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-04-02 18:05:00 -03: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-04-02 16:29:04 -03: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