You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% terraform plan
github_repository_collaborator.tfer--test2-003A-antigenius0910: Refreshing state... [id=test2:antigenius0910]
github_repository_collaborator.tfer--test3-003A-antigenius0910: Refreshing state... [id=test3:antigenius0910]
github_repository.tfer--test1: Refreshing state... [id=test1]
github_repository_collaborator.tfer--test1-003A-antigenius0910: Refreshing state... [id=test1:antigenius0910]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
╷
│ Warning: "default_branch": [DEPRECATED] Use the github_branch_default resource instead
│
│ with github_repository.tfer--test1,
│ on repository.tf line 1, in resource "github_repository" "tfer--test1":
│ 1: resource "github_repository" "tfer--test1" {
│
│ (and one more similar warning elsewhere)
╵
Actual Behavior
2021-09-23T12:59:57.092-0500 [DEBUG] No provider meta schema returned
╷
│ Error: Internal validation of the provider failed! This is always a bug
│ with the provider itself, and not a user issue. Please report
│ this bug:
│
│ 1 error occurred:
│ * resource github_repository: etag: DiffSuppressFunc is for suppressing differences between config and state representation. There is no config for computed-only field, nothing to compare.
│
│
│
│ with provider["registry.terraform.io/integrations/github"],
│ on provider.tf line 1, in provider "github":
│ 1: provider "github" {
│
╵
2021-09-23T12:59:57.102-0500 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/integrations/github/4.15.0/darwin_amd64/terraform-provider-github_v4.15.0 pid=33133
2021-09-23T12:59:57.102-0500 [DEBUG] provider: plugin exited
Steps to Reproduce
% terraform init
Initializing the backend...
Initializing provider plugins...
- Reusing previous version of integrations/github from the dependency lock file
- Using previously-installed integrations/github v4.15.0
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
% terraform plan
╷
│ Error: Internal validation of the provider failed! This is always a bug
│ with the provider itself, and not a user issue. Please report
│ this bug:
│
│ 1 error occurred:
│ * resource github_repository: etag: DiffSuppressFunc is for suppressing differences between config and state representation. There is no config for computed-only field, nothing to compare.
│
│
│
│ with provider["registry.terraform.io/integrations/github"],
│ on provider.tf line 1, in provider "github":
│ 1: provider "github" {
Terraform Version
Terraform v1.0.6
on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.githubusercontent.com/antigenius0910/a7843b5ff384e32834bea64c8175867f/raw/6b9a1f098af8986801e7bc1576b81412e0bc3a73/gistfile1.txt
Expected Behavior
should return something like below
Actual Behavior
Steps to Reproduce
Important Factoids
References
resource were pulled from terraformer
https://github.com/GoogleCloudPlatform/terraformer/blob/master/docs/github.md
https://marcqualie.com/2021/05/upgrading-legacy-terraform-providers
The text was updated successfully, but these errors were encountered: