-
Notifications
You must be signed in to change notification settings - Fork 932
Open
Labels
Status: StaleUsed by stalebot to clean houseUsed by stalebot to clean houseStatus: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Description
Expected Behavior
Terraform plan to succeed.
Actual Behavior
# github_repository.this["my-repo"] will be updated in-place
~ resource "github_repository" "this" {
id = "my-repo"
name = "my-repo"
# (36 unchanged attributes hidden)
+ template {
+ include_all_branches = false
+ owner = "foobar"
+ repository = "repo-template"
}
}
Plan: 0 to add, 4 to change, 0 to destroy.
Error: GET https://api.github.com/repos/foobar/repo-template/pages: 403 Resource not accessible by integration []
with github_repository.this["repo-template"],
on config.tf line 7, in resource "github_repository" "this":
7: resource "github_repository" "this" {Terraform Version
1.9.3
Affected Resource(s)
github_repository
Terraform Configuration Files
No response
Steps to Reproduce
No response
Debug Output
No response
Panic Output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: StaleUsed by stalebot to clean houseUsed by stalebot to clean houseStatus: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
✅ Done
Status
In Progress