Skip to content

Commit 76f2982

Browse files
authored
Update the init command's help text to describe PSS-related flags (#37773)
1 parent 6b73f71 commit 76f2982

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/command/init.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,16 @@ Options:
15791579
15801580
-test-directory=path Set the Terraform test directory, defaults to "tests".
15811581
1582+
-enable-pluggable-state-storage-experiment [EXPERIMENTAL]
1583+
A flag to enable an alternative init command that allows use of
1584+
pluggable state storage. Only usable with experiments enabled.
1585+
1586+
-create-default-workspace [EXPERIMENTAL]
1587+
This flag must be used alongside the -enable-pluggable-state-storage-
1588+
experiment flag with experiments enabled. This flag's value defaults
1589+
to true, which allows the default workspace to be created if it does
1590+
not exist. Use -create-default-workspace=false to disable this behavior.
1591+
15821592
`
15831593
return strings.TrimSpace(helpText)
15841594
}

0 commit comments

Comments
 (0)