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