Fix example. Do not use deprecated attribute. (#8531)
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
parent
53ac54ac06
commit
52eeaa0b72
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue