-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Feature] Added automated provisioning of CosmosDB and App Insights for OPEA applications - Infosys #657
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: kkrishTa <[email protected]>
Signed-off-by: kkrishTa <[email protected]>
Signed-off-by: kkrishTa <[email protected]>
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.
a few questions
indexing_mode = "consistent" | ||
|
||
included_path { | ||
path = "/*" |
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 not /* cover everything? Is there some ordering effect here .. from most general to specific?
name = "workspace-${var.cluster_name}" | ||
location = azurerm_resource_group.main.location | ||
resource_group_name = azurerm_resource_group.main.name | ||
sku = "PerGB2018" |
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.
Do you really want to hard code sku or keep it a variable?
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.
sku is not what one might think. PerGB2018
is default, so we should leave it out for simplicity. If needed, we can add it later via variable.
@kkrishTa thanks for the PR. I think this is good addition. Few questions below. Can we make CosmosDB optional (opt-in)? User should have an option to include CosmosDB or leave it out. Do we have any OPEA apps using CosmosDB? |
Description
Infosys contribution to OPEA.
Added CosmosDB and App Insights to the terraform on Azure.
Issues
NA
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
None
Tests
Tested terraforms on Azure platform.