--- layout: page title: {{.Name}} parent: Data Sources subcategory: Virtual Environment description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- # {{.Type}}: {{.Name}} {{ .Description | trimspace }} {{ if .HasExample -}} ## Example Usage {{ codefile "terraform" .ExampleFile }} {{- end }} {{ .SchemaMarkdown | trimspace }}