{{ 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 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.

New State
{{ if .PathDuplicate }} This path already exist. {{ else if .PathError }} Path needs to be a valid absolute URL path is considered absolute when it starts with a / character. and clean A URL path is considered clean when it has no relative path elements like ../, repeated // and when it does not end with a /. URL path. {{ end }}
{{ range .States }} {{ end }}
Path Updated Locked
{{ .Path }} {{ .Updated }} {{ if eq .Lock nil }} unlocked {{ else }} locked {{ .State.Lock }} {{ end }}
{{ end }}