-
-
Notifications
You must be signed in to change notification settings - Fork 133
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 new resource sentry_release_deployment
#265
base: main
Are you sure you want to change the base?
Conversation
b2242ab
to
f513372
Compare
@mvantellingen I'm getting a 404 error when I run your test locally. I think we need a From the source code, the create release deployment endpoint is checking to see if a release of a particular version exists. I'm happy to merge this PR as is on the assumption that a release was created elsewhere. What do you think? |
@jianyuan what we do (and I assume is the most common scenario) is build the release artifacts with for example a GitHub action, create the release also with a GitHub action and then do the actual deployment using Terraform. I'm not sure there is a valid use-case for creating releases with Terraform |
@jianyuan I merged your suggestion. Anything else I can do to help get this released? If you need some time available for this then no worries. |
This resource creates a new deployment for a specific release and environment in sentry.
Co-authored-by: Jian Yuan Lee <[email protected]>
Instead of iterating through all keys using the List call this updates the code to retrieve the key by the id.
22896ae
to
99fb59f
Compare
…ovider/.changie.yaml'
feat: added changie and taskfile
This resource creates a new deployment for a specific release and environment in sentry.