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

Add support for notify_url etc in templates #23

Merged
merged 2 commits into from
May 11, 2021

Conversation

Acconut
Copy link
Member

@Acconut Acconut commented May 11, 2021

This PR allows to specify additional properties, such as notify_url, besides the steps key in a template resource (see the test for an example). This is made possible by an update of the Go SDK to v1.3.0, where the Go SDK now parses the JSON content of the template, so the Terraform provider does not longer have to do this.

@Etienne-Carriere I am going to merge this and attempt an release. It would be nice of you could do a review in hindsight, in the case that I made a mistake while working on a Terraform provider for the first time :)

Closes #22

@Acconut Acconut requested a review from Etienne-Carriere May 11, 2021 07:38
@Acconut Acconut merged commit 0844111 into master May 11, 2021
@Acconut Acconut deleted the feat/additional-properties branch May 11, 2021 07:40
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

Successfully merging this pull request may close these issues.

notify_url and fields not included in template after creation
1 participant