Giter Club home page Giter Club logo

Comments (4)

camposer avatar camposer commented on August 10, 2024 1

Sorry @lra, I meant to say: Feature Request :-)

from terraform-provider-sdm.

camposer avatar camposer commented on August 10, 2024 1

Hi @lra

I just wanted to let you know that there's a darwin_arm64 version of our SDM Terraform provider since version 1.0.38.

You could update your TF config with the following:

terraform {
  required_providers {
    sdm = {
      source  = "strongdm/sdm"
      version = ">= 1.0.38"
    }
  }
}

My output:

$ uname -m
arm64
$ terraform init
Initializing the backend...

Initializing provider plugins...
- Reusing previous version of strongdm/sdm from the dependency lock file
- Using previously-installed strongdm/sdm v1.0.38

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.

from terraform-provider-sdm.

camposer avatar camposer commented on August 10, 2024

Hi @lra,

Thanks for reaching out to support. There's an open FR for publishing an arm64 version. Meanwhile, you could use a workaround: install the darwin_amd64 version of the Terraform CLI rather than the darwin_arm64. By doing this, Rosetta will take care of the emulation, and the providers all work.

If you need further assistance please open a ticket with support by sending an email to support at strongdm.com

from terraform-provider-sdm.

lra avatar lra commented on August 10, 2024

An open FR?
Yes, I'm using rosetta, but it randomly crashes the terraform plugins =( This is not perfect. Having a native plugin would help.

from terraform-provider-sdm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.