-
Notifications
You must be signed in to change notification settings - Fork 10
Database made by broker for opensearch usage #1025
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
Conversation
terraform/stacks/cf/services.tf
Outdated
|
|
||
| # Get space | ||
| data "cloudfoundry_space" "space" { | ||
| name = "cf_smoke_tests_space" |
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.
Does this org/space exist in dev, staging, and prod?
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.
it does, its the one we use for cf
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.
Would it be better to create our own org/space, opensearch_smoke_tests_org / opensearch_smoke_tests_space, for clarity?
Changes proposed in this pull request:
security considerations
None