Before merge, verify that all the following plans are correct. They will be applied as-is after the merge.
Terraform plans
ipfs
```
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# github_team_repository.this["go core team:go-ipld-legacy"] will be created
+ resource "github_team_repository" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ permission = "push"
+ repository = "go-ipld-legacy"
+ team_id = "1403959"
}
# github_team_repository.this["merge - go:go-ipld-legacy"] will be created
+ resource "github_team_repository" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ permission = "push"
+ repository = "go-ipld-legacy"
+ team_id = "3364102"
}
# github_team_repository.this["repos - go:go-ipld-legacy"] will be created
+ resource "github_team_repository" "this" {
+ etag = (known after apply)
+ id = (known after apply)
+ permission = "push"
+ repository = "go-ipld-legacy"
+ team_id = "3232508"
}
Plan: 3 to add, 0 to change, 0 to destroy.
```
hopefully fairly self-explanatory change