--- layout: page title: {{.Name}} parent: Resources subcategory: Virtual Environment description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- # {{.Type}}: {{.Name}} {{ .Description | trimspace }} {{ if .HasExample -}} ## Example Usage {{ codefile "terraform" .ExampleFile }} {{- end }} {{ .SchemaMarkdown | trimspace }} {{- if .HasImport }} ## Import Import is supported using the following syntax: {{ codefile "shell" .ImportFile }} {{- end }}