Skip to content

Commit

Permalink
Merge branch 'main' into PPANTT-90-add-result-event-producers
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini authored Sep 24, 2024
2 parents 1019b45 + e4251d6 commit b39a7d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@ package-lock.json
/helm/charts/*
**/.terraform/
**/*.hcl

# IntelliJ
.idea
*.iml



2 changes: 1 addition & 1 deletion .opex/env/prod/backend.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource_group_name = "io-infra-rg"
storage_account_name = "pagopainfraterraformprod"
container_name = "azurermstate"
key = "opex.<your-repo-name>.terraform.tfstate" #TODO
key = "opex.pagopa-payment-options-service.terraform.tfstate"
6 changes: 2 additions & 4 deletions .opex/env/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
oa3_spec: ./openapi/openapi.json # If start with http the file would be downloaded from the internet
name: opex_<your-repo-name> # TODO
location: West Europe
name: opex_pagopa-payment-options-service
location: Italy North
timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan
# TODO configure data_source according to public or private configuration
# public data_source
data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw
# private data_source
#data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-api-rg/providers/Microsoft.ApiManagement/service/pagopa-p-apim

# TODO configure according to the data_source
#resource_type: api-management # default is app-gw. uncomment for api-management
action_groups:
- /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-monitor-rg/providers/microsoft.insights/actionGroups/PagoPA
Expand Down
2 changes: 1 addition & 1 deletion .opex/env/prod/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags = {
CreatedBy = "Terraform"
Environment = "Prod"
Owner = "pagoPA"
Source = "https://github.com/pagopa/your-repository" # TODO
Source = "https://github.com/pagopa/pagopa-payment-options-service"
CostCenter = "TS310 - PAGAMENTI & SERVIZI"
}

0 comments on commit b39a7d5

Please sign in to comment.