Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline trigger is always updated due to "id" field #48

Open
max-rocket-internet opened this issue May 7, 2020 · 0 comments
Open

Pipeline trigger is always updated due to "id" field #48

max-rocket-internet opened this issue May 7, 2020 · 0 comments

Comments

@max-rocket-internet
Copy link

I have a pipeline with a trigger that looks like this:

  "triggers": [
    {
      "cronExpression": "0 3 14 ? * SUN *",
      "enabled": false,
      "type": "cron"
    }
  ],

But when the trigger is created it is assigned an id and looks like this in Spinnaker:

  "triggers": [
    {
      "cronExpression": "0 3 14 ? * SUN *",
      "enabled": false,
      "id": "bcd48c7f-36e4-4c4a-870d-deb95d4e963a",
      "type": "cron"
    }
  ],

Then terraform removes the id key on every apply. Is this a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant