Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
update to use atlas/go master with newly merged changes for govendor
  • Loading branch information
SwampDragons committed Jun 8, 2017
1 parent fdca364 commit e81cc7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 4 additions & 5 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,19 +464,18 @@
"checksumSHA1": "IR7S+SOsSUnPnLxgRrfemXfCqNM=",
"comment": "20141209094003-92-g95fa852",
"path": "github.com/hashicorp/atlas-go/v1",
"revision": "047827faf4f20cc74f1a420fdf679d59162a09c7",
"revisionTime": "2017-06-05T23:14:32Z"
"revision": "0885342d5643b7a412026596f2f3ebb3c9b4c190",
"revisionTime": "2017-06-08T19:44:05Z"
},
{
"checksumSHA1": "cdOCt0Yb+hdErz8NAQqayxPmRsY=",
"path": "github.com/hashicorp/errwrap",
"revision": "7554cd9344cec97297fa6649b055a8c98c2a1e55"
},
{
"checksumSHA1": "SF8aIBEMV6/MXLFTgErdONaX8f0=",
"checksumSHA1": "nd3S1qkFv7zZxA9be0bw4nT0pe0=",
"path": "github.com/hashicorp/go-checkpoint",
"revision": "f8cfd20c53506d1eb3a55c2c43b84d009fab39bd",
"revisionTime": "2016-08-16T19:50:56Z"
"revision": "e4b2dc34c0f698ee04750bf2035d8b9384233e1b"
},
{
"checksumSHA1": "fSe5y1UgTDeYlnFfUcDA1zzcw+U=",
Expand Down
5 changes: 5 additions & 0 deletions website/source/docs/commands/push.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ configuration using the options below.
`hashicorp/precise64`, which follows the form `<username>/<buildname>`. This
must be specified here or in your template.

- `-private` - A comma-separated list of variables that should be marked as
sensitive in the Terraform Enterprise ui. These variables' keys will be
visible, but their values will be redacted. example usage:
`-private=supersecretpassword1,anothersecretysecret`

- `-var` - Set a variable in your packer template. This option can be used
multiple times. This is useful for setting version numbers for your build.

Expand Down
3 changes: 3 additions & 0 deletions website/source/docs/templates/user-variables.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ Results in the following variables:
| aws_access_key | foo |
| aws_secret_key | baz |

The `-private` flag will mark as sensitive any variable, regardless of whether
the variable has been specified via `-var` or via `-var-file`

# Recipes

## Making a provisioner step conditional on the value of a variable
Expand Down

0 comments on commit e81cc7d

Please sign in to comment.