Skip to content

Commit 958f18b

Browse files
parwezarcohenma
authored andcommitted
upadate export options documentations
1 parent aca13b7 commit 958f18b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/file_storage/exports.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following arguments are supported:
4545

4646
* `export_options` - (Optional) Export options for the new export. If left unspecified, defaults to:
4747

48-
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access" : "READ_WRITE", "identitySquash" : "NONE" } ]
48+
[]
4949

5050
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
5151

@@ -73,9 +73,7 @@ The following arguments are supported:
7373
Updates the specified export's information.
7474

7575
The following arguments support updates:
76-
* `export_options` - Export options for the new export. If left unspecified, defaults to:
77-
78-
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access" : "READ_WRITE", "identitySquash" : "NONE" } ]
76+
* `export_options` - Export options for the new export.
7977

8078
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
8179

website/docs/r/file_storage_export.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following arguments are supported:
4343

4444
* `export_options` - (Optional) (Updatable) Export options for the new export. If left unspecified, defaults to:
4545

46-
[ { "source" : "0.0.0.0/0", "requirePrivilegedSourcePort" : false, "access" : "READ_WRITE", "identitySquash" : "NONE" } ]
46+
[]
4747

4848
**Note:** Mount targets do not have Internet-routable IP addresses. Therefore they will not be reachable from the Internet, even if an associated `ClientOptions` item has a source of `0.0.0.0/0`.
4949

0 commit comments

Comments
 (0)