Add 'tags' attribute to the docs for aws_cloudfront_distribution

This commit is contained in:
Mike Tougeron 2016-10-24 15:10:37 -07:00
parent f6873be4f1
commit ed7d19783f
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,10 @@ resource "aws_cloudfront_distribution" "s3_distribution" {
}
}
tags {
Environment = "production"
}
viewer_certificate {
cloudfront_default_certificate = true
}
@ -127,6 +131,8 @@ of several sub-resources - these resources are laid out below.
* `restrictions` (Required) - The [restriction
configuration](#restrictions-arguments) for this distribution (maximum one).
* `tags` - (Optional) A mapping of tags to assign to the resource.
* `viewer_certificate` (Required) - The [SSL
configuration](#viewer-certificate-arguments) for this distribution (maximum
one).