Merge pull request #22075 from schmidtd/schmidtd-doc-typo
Simple typo in example artifactory backend subpath
This commit is contained in:
commit
0111498e9a
|
@ -28,7 +28,7 @@ terraform {
|
||||||
password = "AmyFarrahFowler"
|
password = "AmyFarrahFowler"
|
||||||
url = "https://custom.artifactoryonline.com/artifactory"
|
url = "https://custom.artifactoryonline.com/artifactory"
|
||||||
repo = "foo"
|
repo = "foo"
|
||||||
subpath = "teraraform-bar"
|
subpath = "terraform-bar"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue