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 5a50674 commit 477078b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/core/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,3 @@ 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 477078b

Please sign in to comment.