mirror of https://github.com/databricks/cli.git
fx test
This commit is contained in:
parent
5385faf7d8
commit
c1a322555a
|
@ -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=linux_amd64
|
terraform providers lock -platform=OS_ARCH
|
||||||
(where linux_amd64 is the platform to generate)
|
(where OS_ARCH is the platform to generate)
|
||||||
|
|
||||||
Terraform has been successfully initialized!
|
Terraform has been successfully initialized!
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[[Repls]]
|
||||||
|
Old = 'linux_amd64'
|
||||||
|
New = 'OS_ARCH'
|
Loading…
Reference in New Issue