Fix example. Do not use deprecated attribute. (#8531)

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
Krzysztof Wilczynski 2016-08-29 15:39:29 +01:00 committed by Paul Stack
parent 53ac54ac06
commit 52eeaa0b72
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Provides an Elastic File System (EFS) resource.
``` ```
resource "aws_efs_file_system" "foo" { resource "aws_efs_file_system" "foo" {
reference_name = "my-product" creation_token = "my-product"
tags { tags {
Name = "MyProduct" Name = "MyProduct"
} }