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
The images should have been built and deployed to the ECR registry.
Actual Behaviour
╷
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ docker_registry_image.images["image.dockerfile"] to
│ include new values learned so far during apply, provider
│ "registry.terraform.io/kreuzwerker/docker" produced an invalid new value
│ for .build[0].context: was
│ cty.StringVal("/opt/atlassian/pipelines/agent/build/docker_files/:e749c755d7c464779e052dea6d4526f0d8dfb7ba4e33d72794cf8b508f795047"),
│ but now
│ cty.StringVal("/opt/atlassian/pipelines/agent/build/docker_files/:ed66c6f3c8418a58bebf7ea7b560efebeac47857afa3780b485d9bfbf228a136").
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
╵
Steps to Reproduce
terraform plan -out planfile
terraform apply planfile
Important Factoids
The execution process takes place in a bitbucket pipeline via two separate steps.
Community Note
Terraform (and docker Provider) Version
Terraform v0.15.3
kreuzwerker/docker v2.11.0
Affected Resource(s)
docker_registry_image
Terraform Configuration Files
Debug Output
https://gist.github.com/dlaburthe/ba6b1e2e114ab96914a378045e14f2ea
Expected Behaviour
The images should have been built and deployed to the ECR registry.
Actual Behaviour
Steps to Reproduce
terraform plan -out planfile
terraform apply planfile
Important Factoids
The execution process takes place in a bitbucket pipeline via two separate steps.
The text was updated successfully, but these errors were encountered: