CodeBuild project resource does not detect updates to source.auth.resource #6129
Labels
bug
Addresses a defect in current functionality.
service/codebuild
Issues and PRs that pertain to the codebuild service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
then update to:
Expected Behavior
terraform plan
should detect the change toaws_codebuild_project.example.source.auth.resource
and output it as part of the plan.terraform apply
should update the value ofaws_codebuild_project.example.source.auth.resource
fromtoken-1
totoken-2
.Actual Behavior
terraform plan
reports that infrastructure is up-to-date.terraform apply
runs without issue. Inspecting the state subsequently withterraform show
revealstoken-1
as the known value of the auth resource.Important Factoids
source.type = "GITHUB_ENTERPRISE"
to mirror the real-life situation in which I noticed this behavior. I don't know whether this is significant to the observed behavior.Steps to Reproduce
aws
provider, and init + apply.source.auth.resource
attribute).terraform plan
. Observe no changes detected.References
The text was updated successfully, but these errors were encountered: