Skip to content

Commit

Permalink
Merge pull request #2 from T-Systems-MMS/module_update
Browse files Browse the repository at this point in the history
add examples and renovate config
  • Loading branch information
michaelamattes authored Jul 25, 2022
2 parents 213c59f + de4c69e commit 6179572
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module "application_insights" {
source = "registry.terraform.io/T-Systems-MMS/application-insights/azurerm"
application_insights = {
function_app = {
location = "westeurope"
resource_group_name = "service-env-rg"
application_type = "Node.JS"
internet_ingestion_enabled = true
internet_query_enabled = true
retention_in_days = "90"
tags = {
service = "service_name"
}
}
}
}
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

0 comments on commit 6179572

Please sign in to comment.