Skip to content

[BUG]: v6.8.2 terraform validate fails on the github provider #2903

@mkendzior

Description

@mkendzior

Expected Behavior

This is the error
`terraform validate

```╷
│ Error: InternalValidate
│
│   with provider["registry.terraform.io/integrations/github"],
│   on providers.tf line 7, in provider "github":
│    7: provider "github" {
│
│ Internal validation of the provider failed! This is always a bug
│ with the provider itself, and not a user issue. Please report
│ this bug:
│
│ resource github_actions_secret: All fields are ForceNew or Computed w/out Optional, Update is superfluous`

Actual Behavior

terraform validate
Success! The configuration is valid.

Terraform Version

Terraform v1.13.15
Linux
Github provider version v6.8.2

Affected Resource(s)

terraform validate command

Terraform Configuration Files

versions.tf file

    github = {
      source  = "integrations/github"
      version = "~> 6"
    }

Steps to Reproduce

terraform validate

Debug Output

Panic Output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working as documented

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions