I haven't changed these configs, and I've also tri...
# gitlab
l
I haven't changed these configs, and I've also tried to
pulumi refresh
but it looks like it thinks I'm updating those settings every time.
Copy code
# pulumi preview --diff
Previewing update (production):
  pulumi:pulumi:Stack: (same)
    [urn=urn:pulumi:production::gitlab::pulumi:pulumi:Stack::gitlab-production]
                ~ gitlab:index/project:Project: (update)
                    [id=35769935]
                    [urn=urn:pulumi:production::gitlab::gitlab:index/group:Group$gitlab:index/group:Group$gitlab:index/group:Group$gitlab:index/project:Project::pulumi-utils]
                    [provider=urn:pulumi:production::gitlab::pulumi:providers:gitlab::default_4_7_0::cc59570d-ef66-4687-9502-026519d672c6]
                  ~ mergePipelinesEnabled: false => true
                  ~ mirror               : false => true
Resources:
    ~ 1 to update
If I check the stack file, under
inputs
I see:
Copy code
"mergePipelinesEnabled": true,
and it's
true
in the TypeScript pulumi project I'm using too