Since pipeline_config is not read from the API during the Read operation, a diff for it is not picked up when manually changing the pipeline configuration using fly.
Reproducing:
- Create pipeline with Terraform, in this example named
my-test-pipeline.
fly get-pipeline -p my-test-pipeline > ~/testing.yaml
- Edit
testing.yaml with your changes
fly set-pipeline -p my-test-pipeline -c ~/test.yaml
- Run
terraform plan or terraform refresh and see no differences detected