Skip to content

Commit

Permalink
Merge pull request #3 from ccuffari/test
Browse files Browse the repository at this point in the history
Update terraform.tfvars
  • Loading branch information
ccuffari authored Sep 10, 2024
2 parents 325724b + 0543c64 commit a678889
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions environments/dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ storage_accounts = {
environment = "dev"
project = "PagoPA"
}
},
storage3 = {
name = "devstorage3cfc"
resource_group_name = "dev-rg-cfc"
location = "West Europe"
account_tier = "Standard"
account_replication_type = "LRS"
tags = {
environment = "dev"
project = "PagoPA"
}
}
}

Expand Down

0 comments on commit a678889

Please sign in to comment.