mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
5c2205a6f7
commit
dc0ab300dd
|
@ -22,8 +22,8 @@ calculate lock file checksums locally for the following providers:
|
||||||
|
|
||||||
|
|
||||||
To calculate additional checksums for another platform, run:
|
To calculate additional checksums for another platform, run:
|
||||||
terraform providers lock -platform=OS_ARCH
|
terraform providers lock -platform=[OS]_amd64
|
||||||
(where OS_ARCH is the platform to generate)
|
(where [OS]_amd64 is the platform to generate)
|
||||||
|
|
||||||
Terraform has been successfully initialized!
|
Terraform has been successfully initialized!
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = 'linux_amd64'
|
Old = 'linux'
|
||||||
New = 'OS_ARCH'
|
New = '[OS]'
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = 'Read complete after [^\s]+'
|
Old = 'Read complete after [^\s]+'
|
||||||
|
|
Loading…
Reference in New Issue