You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/cloudfront_trust_store.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,10 @@ The following arguments are required:
52
52
*`name` - (Required) Name of the trust store. Changing this forces a new resource to be created.
53
53
*`ca_certificates_bundle_source` - (Required) Configuration block for the CA certificates bundle source. See [`ca_certificates_bundle_source`](#ca_certificates_bundle_source) below.
54
54
55
+
The following arguments are optional:
56
+
57
+
*`tags` - (Optional) Key-value tags for the place index. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
58
+
55
59
### ca_certificates_bundle_source
56
60
57
61
*`ca_certificates_bundle_s3_location` - (Required) Configuration block for the S3 location of the CA certificates bundle. See [`ca_certificates_bundle_s3_location`](#ca_certificates_bundle_s3_location) below.
@@ -71,6 +75,7 @@ This resource exports the following attributes in addition to the arguments abov
71
75
*`etag` - ETag of the trust store.
72
76
*`id` - ID of the trust store.
73
77
*`number_of_ca_certificates` - Number of CA certificates in the trust store.
78
+
*`tags_all` - A map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block).
0 commit comments