Skip to content

Commit

Permalink
fix: test infra plan with pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Jan 13, 2025
1 parent a6768d7 commit 5a50674
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/core/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ terraform {
provider "azurerm" {
features {}
}

module "naming_convention" {
source = "pagopa/dx-azure-naming-convention/azurerm"
version = "0.0.1"

environment = {
prefix = local.prefix
env_short = local.env_short
location = "italynorth"
app_name = "test"
instance_number = "01"
}
}

0 comments on commit 5a50674

Please sign in to comment.