Skip to content

Commit 52eeaa0

Browse files
kwilczynskistack72
authored andcommitted
Fix example. Do not use deprecated attribute. (hashicorp#8531)
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
1 parent 53ac54a commit 52eeaa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/aws/r/efs_file_system.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Provides an Elastic File System (EFS) resource.
1414

1515
```
1616
resource "aws_efs_file_system" "foo" {
17-
reference_name = "my-product"
17+
creation_token = "my-product"
1818
tags {
1919
Name = "MyProduct"
2020
}

0 commit comments

Comments
 (0)