-
Notifications
You must be signed in to change notification settings - Fork 902
Closed
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented
Description
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
MaxDaten, nairb774, BillSchenk, XDanny322, dragon3 and 73 more
Metadata
Metadata
Assignees
Labels
Type: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
Done