CiscoDevNet / terraform-provider-fmc

Terraform Provider for FMC
https://registry.terraform.io/providers/CiscoDevNet/fmc/latest/docs
Mozilla Public License 2.0
16 stars 30 forks source link

unable to run terraform init for CiscoDevNet FMC on Apple Silicon Macbook pro #7

Closed anilsonowal closed 2 years ago

anilsonowal commented 2 years ago

When I run terraform init for my CiscoDevNet FMC project on my Apple Silicon macbook pro I get this error.

terraform init
Initializing modules...

Initializing the backend...

Initializing provider plugins...

adyanth commented 2 years ago

Need to add darwin/arm64 for cross compiling.

adyanth commented 2 years ago

Please test now @anilsonowal I do not have an M1 Mac to test this right now.