Skip to content

Commit

Permalink
Merge pull request #136 from pagopa/upd-opex
Browse files Browse the repository at this point in the history
chore: Upd opex
  • Loading branch information
pasqualespica authored Mar 29, 2024
2 parents 8874b16 + 9770540 commit d025484
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .opex/internal/v1/env/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oa3_spec: ./openapi/openapi-v1.json # If start with http the file would be downloaded from the internet
name: opex_pagopa-afm-calculator_v1
name: opex_pagopa-afm-calculator-v1
location: West Europe
timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan
data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw
Expand Down
2 changes: 1 addition & 1 deletion .opex/internal/v2/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.pagopa-afm-calculator.terraform.tfstate"
key = "opex.pagopa-afm-calculator_v2.terraform.tfstate"
2 changes: 1 addition & 1 deletion .opex/internal/v2/env/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oa3_spec: ./openapi/openapi-v2.json # If start with http the file would be downloaded from the internet
name: opex_pagopa-afm-calculator_v2
name: opex_pagopa-afm-calculator-v2
location: West Europe
timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan
data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw
Expand Down
2 changes: 1 addition & 1 deletion .opex/node/v1/env/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oa3_spec: ./openapi/openapi-node-v1.json # If start with http the file would be downloaded from the internet
name: opex_pagopa-afm-calculator_node_v1
name: opex_pagopa-afm-calculator-node-v1
location: West Europe
timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan
data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw
Expand Down
2 changes: 1 addition & 1 deletion .opex/node/v2/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.pagopa-afm-calculator_node.terraform.tfstate"
key = "opex.pagopa-afm-calculator_node_v2.terraform.tfstate"
2 changes: 1 addition & 1 deletion .opex/node/v2/env/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oa3_spec: ./openapi/openapi-node-v2.json # If start with http the file would be downloaded from the internet
name: opex_pagopa-afm-calculator_node_v2
name: opex_pagopa-afm-calculator-node-v2
location: West Europe
timespan: 5m # Default, a number or a timespan https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/scalar-data-types/timespan
data_source: /subscriptions/b9fc9419-6097-45fe-9f74-ba0641c91912/resourceGroups/pagopa-p-vnet-rg/providers/Microsoft.Network/applicationGateways/pagopa-p-app-gw
Expand Down

0 comments on commit d025484

Please sign in to comment.