Replies: 1 comment
-
you may delete this one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I'm trying to configure sentry_project on our terraform with Terraform Cloud in a way that I could have one single project for multiple environments and use the sentry env configuration.
We have two environments: production and test; with the following structure.
In the
app/sentry.tf
, we have the following configuration:The issues that I'm facing is the following:
dev
creating the sentry project. OKproduction
to create a new sentry project instead of using the one created in the dev env. Not OKBeta Was this translation helpful? Give feedback.
All reactions