Values.EnvironmentStateSourceThe detailed data about the current state of the environment.
type nonrec t = {spec : SpecContents.t option;The environment spec that was used to create the environment.
*)templateMajorVersion : TemplateVersionPart.t option;The major version of the environment template that was used to create the environment.
*)templateMinorVersion : TemplateVersionPart.t option;The minor version of the environment template that was used to create the environment.
*)templateName : ResourceName.t option;The name of the environment template that was used to create the environment.
*)}