Skip to content

Commit

Permalink
Merge pull request #28283 from silvaalbert/docfix-aws_fsx_file_cache
Browse files Browse the repository at this point in the history
updated product name in docs
  • Loading branch information
ewbankkit authored Dec 12, 2022
2 parents 3e47fc8 + e5c6c0c commit e90c7f4
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e90c7f4

Please sign in to comment.