Skip to content

Commit

Permalink
Refine docs about destination.file_system_id
Browse files Browse the repository at this point in the history
Signed-off-by: Yaron Yarimi <yaron.yarimi@env0.com>
  • Loading branch information
yaronya committed Dec 16, 2023
1 parent 0478009 commit 2fea129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/efs_replication_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_efs_replication_configuration" "example" {
}
```

Will create a replica on top of the existing file system with id `fs-1234567890` in us-west-2.
Will create a replica on and set the existing file system with id `fs-1234567890` in us-west-2 as destination.

```terraform
resource "aws_efs_file_system" "example" {}
Expand Down

0 comments on commit 2fea129

Please sign in to comment.