We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
id
"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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a pipeline with a trigger that looks like this:
But when the trigger is created it is assigned an
id
and looks like this in Spinnaker:Then terraform removes the
id
key on every apply. Is this a bug?The text was updated successfully, but these errors were encountered: