Git Product home page Git Product logo

Comments (5)

farukak avatar farukak commented on May 25, 2024 4
  1. Download Provider Template and Unzip

https://releases.hashicorp.com/terraform-provider-template/2.2.0/terraform-provider-template_2.2.0_darwin_amd64.zip

  1. After unzip you need to copy the terraform-provider-template_v2.2.0_x4 file to /darwin_arm64 folder

cp ~/Downloads/terraform-provider-template_v2.2.0_x4 ~/.terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/darwin_arm64/

  1. Terraform Init

terraform init

from terraform-aws-tfstate-backend.

nch3ng avatar nch3ng commented on May 25, 2024 2

Would like correct this, spent some time to eye catch this. darwin_amd64

cp ~/Downloads/terraform-provider-template_v2.2.0_x4 ~/.terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/darwin_arm64/

should be

cp ~/Downloads/terraform-provider-template_v2.2.0_x4 ~/.terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/darwin_amd64/

from terraform-aws-tfstate-backend.

joepjoosten avatar joepjoosten commented on May 25, 2024

Related to #34 , and #94

from terraform-aws-tfstate-backend.

Amina-Emenena avatar Amina-Emenena commented on May 25, 2024

If #34 and #94 don't work for you, I had to create a new directory called darwin_amd64 because my error was specifically complaining about darwin_amd64
╷ │ Error: Incompatible provider version │ │ Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a package │ available for your current platform, darwin_amd64. │ │ Provider releases are separate from Terraform CLI releases, so not all providers are │ available for all platforms. Other versions of this provider may have different │ platforms supported.

I do have the darwin_arm64 directory as well and it is functioning with those specific changes using the aws provider for a separate infrastructure.

you would need to create that directory in .terraform.d/plugins/registry.terraform.io/hashicorp/template/2.2.0/ then follow the instructions from here

from terraform-aws-tfstate-backend.

nitrocode avatar nitrocode commented on May 25, 2024

@Amina-Emenena check your lock file, it may be stale. The new version of this module does not use that provider anymore.

See this

terraform_backend_config_template_file = var.terraform_backend_config_template_file != "" ? var.terraform_backend_config_template_file : "${path.module}/templates/terraform.tf.tpl"
terraform_backend_config_content = templatefile(local.terraform_backend_config_template_file, {

from terraform-aws-tfstate-backend.

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.