Path | +Updated | +Locked | +
---|---|---|
{{ .Path }} | +{{ .Updated }} | ++ {{ if eq .Lock nil }} + unlocked + {{ else }} + + locked + + {{ .State.Lock }} + + + {{ end }} + | +
diff --git a/pkg/webui/html/states.html b/pkg/webui/html/states.html index fecfdee..4358f3d 100644 --- a/pkg/webui/html/states.html +++ b/pkg/webui/html/states.html @@ -1,10 +1,10 @@ {{ define "main" }}
TfStated is currently managing {{ len .States }} states.
+TfStated is currently managing
states.Use this page to inspect the existing states.
-You also have the option to upload a state file in order to create a new one. This is equivalent to using the state push
command of OpenTofu/Terraform on a brand new state.
You also have the option to upload a JSON state file in order to create a new state in TfStated. This is equivalent to using the state push
command of OpenTofu/Terraform on a brand new state.
Path | +Updated | +Locked | +
---|---|---|
{{ .Path }} | +{{ .Updated }} | ++ {{ if eq .Lock nil }} + unlocked + {{ else }} + + locked + + {{ .State.Lock }} + + + {{ end }} + | +