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 fae2a6d
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 @@ -51,7 +51,7 @@ resource "aws_efs_replication_configuration" "example" {
source_file_system_id = aws_efs_file_system.example.id
destination {
availability_zone_name = "fs-1234567890"
file_system_id = "fs-1234567890"
region = "us-west-2"
}
}
Expand Down

0 comments on commit fae2a6d

Please sign in to comment.