Merge branch 'master' of https://github.com/premist/terraform into premist-master

This commit is contained in:
stack72 2016-05-23 13:54:24 +01:00
commit 9e618d371d
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ of the properties below.
* `name` - (Required) A unique name to refer to this header attribute
* `action` - (Required) The Header manipulation action to take; must be one of
`set`, `append`, `delete`, `regex`, or `regex_repeat`
* `type` - (Required) The Request type to apply the selected Action on
* `type` - (Required) The Request type to apply the selected Action on; must be one of `request`, `cache` or `response`
* `destination` - (Required) The name of the header that is going to be affected
by the Action
* `ignore_if_set` - (Optional) Do not add the header if it is already present.