-
Notifications
You must be signed in to change notification settings - Fork 880
Closed
Labels
Status: 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 documentedhacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfestr/repository
Description
Terraform Version
Terraform v0.15.4
on linux_amd64
+ provider registry.terraform.io/integrations/github v4.9.4
Affected Resource(s)
github_repository
Expected Behavior
After a successful terraform apply, subsequent terraform plan or terraform apply should detect no changes and have nothing to do.
Actual Behavior
Every terraform plan or terraform apply after creating the resource shows:
Note: Objects have changed outside of Terraform
Terraform detected the following changes made outside of Terraform since the last "terraform apply":
# github_repository.foo has been changed
~ resource "github_repository" "foo" {
~ etag = <some value> -> <some other value>
id = "foo"
name = "foo"
# (23 unchanged attributes hidden)
}
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform applyto create a GitHub repoterraform applyagain and see the above warning regarding changes toetag
Important Factoids
Because etag is not exposed on the github_repository resource, it's not possible to mark it to be ignored.
sdomula, tinogoehlert, loozhengyuan, mbainter, drinchev and 109 more
Metadata
Metadata
Assignees
Labels
Status: 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 documentedhacktoberfestIssues for participation in HacktoberfestIssues for participation in Hacktoberfestr/repository
Type
Projects
Status
Done