Add 'tags' attribute to the docs for aws_cloudfront_distribution

pull/9569/head
Mike Tougeron 10 years ago
parent f6873be4f1
commit ed7d19783f

@ -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).

Loading…
Cancel
Save