Add 'tags' attribute to the docs for aws_cloudfront_distribution
This commit is contained in:
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…
Reference in New Issue