Code Monkey home page Code Monkey logo

terraform-github-repository-webhooks's Issues

GitHub provider not supported on arm64 macs (M1)

│ Error: Incompatible provider version
│ 
│ Provider registry.terraform.io/hashicorp/github v3.0.0 does not have a
│ package available for your current platform, darwin_arm64.
│ 
│ 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.

Github provider removed anonymous access flag

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

The Terraform Github provider was updated to remove the anonymous access flag. This was unfortunately done in a minor release. The current pessimistic constraint of ~> 2.2 fails, as the change appeared after 2.8.1 in 2.9.0.

See this change.

Expected Behavior

The module would continue to cleanly apply with the given constraint.

Steps to Reproduce

Steps to reproduce the behavior:
An example can be seen in this PR.

Screenshots

N/A

Environment (please complete the following information):

Terraform version: 0.12.24
Github Provider version: 2.9.0

Additional Context

It can probably be fixed by setting the constraint to ~> 2.8.0 or >= 2.2, <2.9. Another potential fix is to adapt the module to use the newer provider, assuming there is equivalent functionality to the anonymous access now.

Upstream issue here, though I suspect that will result in just a clarification, and perhaps CHANGELOG change.

Module incompatible with Terraform 1.2.0

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

Running a module (which uses this one) with Terraform 1.2.0 an error is thrown:

╷
│ Error: Module is incompatible with count, for_each, and depends_on
│ 
│   on database.tf line 90, in module "rds_postgres_serverless":
│   90:     aws_route53_zone.private
│ 
│ The module at module.api.module.ecs_codepipeline.module.github_webhooks is
│ a legacy module which contains its own local provider configurations, and
│ so calls to it may not use the count, for_each, or depends_on arguments.
│ 
│ If you also control the module
│ "registry.terraform.io/cloudposse/repository-webhooks/github", consider
│ updating this module to instead expect provider configurations to be passed
│ by its caller.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Detected dependencies

terraform
main.tf
versions.tf
  • github 3.0.0
  • local >= 1.2
  • hashicorp/terraform >= 0.13.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.