website/docs: Run `terraform fmt` on code examples (#12075)
* docs/vsphere: Fix code block * docs: Convert `...` to `# ...` to allow `terraform fmt`ing * docs: Trim trailing whitespace * docs: First-pass run of `terraform fmt` on code examples
This commit is contained in:
parent
4acd4a2bcf
commit
f70d15dd3d
|
@ -19,6 +19,7 @@ Use the navigation to the left to read about the available data sources.
|
||||||
# Shared infrastructure state stored in Atlas
|
# Shared infrastructure state stored in Atlas
|
||||||
data "terraform_remote_state" "vpc" {
|
data "terraform_remote_state" "vpc" {
|
||||||
backend = "atlas"
|
backend = "atlas"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
name = "hashicorp/vpc-prod"
|
name = "hashicorp/vpc-prod"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue