{{ define "main" }}

States

TfStated is currently managing {{ len .States }} 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.

New State
{{ if .PathDuplicate }} This path already exist {{ else if .PathError }} A valid URL path beginning with a / is expected. {{ end }}
Path Updated Locked {{ range .States }} {{ .Path }} {{ .Updated }} {{ if eq .Lock nil }}no{{ else }}yes{{ end }} {{ end }}
{{ end }}