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
Expected Behavior
This is the error
`terraform validate
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
Steps to Reproduce
terraform validate
Debug Output
Panic Output
Code of Conduct