Documentation formatting fix
This commit is contained in:
parent
4523639614
commit
3934279339
|
@ -16,7 +16,7 @@ Stores the state as an artifact in [Manta](https://www.joyent.com/manta).
|
||||||
terraform remote config \
|
terraform remote config \
|
||||||
-backend=manta \
|
-backend=manta \
|
||||||
-backend-config="path=random/path" \
|
-backend-config="path=random/path" \
|
||||||
-backend-config="objecName=terraform.tfstate"
|
-backend-config="objecName=terraform.tfstate"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Referencing
|
## Example Referencing
|
||||||
|
@ -26,7 +26,7 @@ data "terraform_remote_state" "foo" {
|
||||||
backend = "manta"
|
backend = "manta"
|
||||||
config {
|
config {
|
||||||
path = "random/path"
|
path = "random/path"
|
||||||
objectName = "terraform.tfstate"
|
objectName = "terraform.tfstate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue