Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated product name in docs #28283

Merged
merged 1 commit into from
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/docs/r/fsx_file_cache.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ subcategory: "FSx"
layout: "aws"
page_title: "AWS: aws_fsx_file_cache"
description: |-
Terraform resource for managing an AWS FSx File Cache.
Terraform resource for managing an Amazon File Cache cache.
---

# Resource: aws_fsx_file_cache

Terraform resource for managing an AWS FSx File Cache.
Terraform resource for managing an Amazon File Cache cache.
See the [Create File Cache](https://docs.aws.amazon.com/fsx/latest/APIReference/API_CreateFileCache.html) for more information.
## Example Usage

Expand Down Expand Up @@ -115,7 +115,7 @@ In addition to all arguments above, the following attributes are exported:

## Import

FSx File Cache can be imported using the resource `id`.
Amazon File Cache cache can be imported using the resource `id`.

```
$ terraform import aws_fsx_file_cache.example fc-8012925589
Expand Down