You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUSINESS PROBLEM
We are using docker desktop on Apple Silicon mac to build linux images with arm64. Terraform itself supports linux_arm64 and most of the providers we use also support it with an exception of venafi.
PROPOSED SOLUTION
Build the provider for linux_arm64 architecture and make it available via terraform registry.
CURRENT ALTERNATIVES
As a workaround we are able to hack provider installation by creating a file system mirror with a manual copy of linux_amd64 folder for venafi named as linux_arm64 and using that mirror specifically for venafi.
VENAFI EXPERIENCE
Using Venafi for last 3+ years to manage both public and private server certificates.
The text was updated successfully, but these errors were encountered:
BUSINESS PROBLEM
We are using docker desktop on Apple Silicon mac to build linux images with arm64. Terraform itself supports linux_arm64 and most of the providers we use also support it with an exception of venafi.
PROPOSED SOLUTION
Build the provider for linux_arm64 architecture and make it available via terraform registry.
CURRENT ALTERNATIVES
As a workaround we are able to hack provider installation by creating a file system mirror with a manual copy of linux_amd64 folder for venafi named as linux_arm64 and using that mirror specifically for venafi.
VENAFI EXPERIENCE
Using Venafi for last 3+ years to manage both public and private server certificates.
The text was updated successfully, but these errors were encountered: