Skip to content

Commit

Permalink
Fix file_system_id EFS replication usage docs example
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 Jan 6, 2024
1 parent 9df713d commit 13b9fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/efs_replication_configuration.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ resource "aws_efs_replication_configuration" "example" {
source_file_system_id = aws_efs_file_system.example.id
destination {
availability_zone_name = "fs-1234567890"
region = "us-west-2"
file_system_id = "fs-1234567890"
region = "us-west-2"
}
}
```
Expand Down

0 comments on commit 13b9fa2

Please sign in to comment.