-
Notifications
You must be signed in to change notification settings - Fork 10
Adding notify orgs #1007
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
Adding notify orgs #1007
Conversation
|
|
||
| # Notify | ||
|
|
||
| resource "cloudfoundry_org" "cloud-gov-notify" { |
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.
So they get an org in dev/stage/prod? and a secondary org only in production?
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.
Their Staging and Prod Orgs will exist in our CF 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.
Won't this org exist in dev/stage/prod? There's no count on the resource
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.
The secondary org in TF is just an additional org so it will be considered as their "staging" org.
| TF_VAR_iaas_stack_name: staging | ||
| TF_VAR_tooling_stack_name: tooling | ||
| TF_VAR_devtools_org_name: cloud-gov-devtools-development | ||
| TF_VAR_notify_org_name: cloud-gov-notify-development |
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.
We want to name their org -development in staging?
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.
Yep. Their Dev will be in our Staging CF.
Changes proposed in this pull request:
security considerations
None