-
Notifications
You must be signed in to change notification settings - Fork 212
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
[CSGI-2429 ] Add provider and a Standards datasource using Terraform Plugin Framework #787
[CSGI-2429 ] Add provider and a Standards datasource using Terraform Plugin Framework #787
Conversation
8ca4852
to
7c775a5
Compare
f703b1d
to
db48975
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before moving forward with merging there are a few comments to address @cjgajard. Please rebase and let know for second take.
Update go version to 1.20 Add pagerdutyplugin provider and new api client Move util functions to its own module Add data source 'standards' to pagerdutyplugin/ Add acceptance test to standards datasource Add website docs for pagerduty_standards
db48975
to
a23818c
Compare
a23818c
to
54b8519
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @cjgajard! This is a very welcomed addition to the provider and its technical evolution going forward 🎉 💪🏽
Update go version to 1.20
Add pagerdutyplugin provider and Pagerduty/go-pagerduty as new api client
Move util functions to its own module
Add data source 'standards' to pagerdutyplugin/
Add acceptance test to standards datasource
Add website docs for pagerduty_standards
Depends on