Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Mar 29, 2024
1 parent 9c3ffee commit 4dbab75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create_dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
environment: [prod]
product: [internal, node]
version: [v1, v2]
max-parallel: 1
environment:
name: ${{ matrix.environment }}
# Steps represent a sequence of tasks that will be executed as part of the job
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-v2.terraform.tfstate"
key = "opex.pagopa-afm-calculator.terraform.tfstate"
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-v2.terraform.tfstate"
key = "opex.pagopa-afm-calculator_node.terraform.tfstate"

0 comments on commit 4dbab75

Please sign in to comment.