Skip to content

Commit

Permalink
delete activation dir and move files into pagopa dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi committed Nov 4, 2024
1 parent 3dc66f5 commit 13f0622
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rtp/02_api_activation.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "azurerm_api_management_api" "rtp_activation_api" {

import {
content_format = "openapi"
content_value = templatefile("./api/activation/openapi.yaml", {})
content_value = templatefile("./api/pagopa/activation.yaml", {})
}
}

Expand All @@ -47,7 +47,7 @@ resource "azurerm_api_management_api_operation_policy" "rtp_activate_policy" {
resource_group_name = data.azurerm_api_management.this.resource_group_name
operation_id = "activate"

xml_content = templatefile("./api/activation/activation_policy.xml", {
xml_content = templatefile("./api/pagopa/activation_policy.xml", {
base_url : "${local.rtp_base_url}/${azurerm_api_management_api.rtp_activation_api.path}/${azurerm_api_management_api.rtp_activation_api.version}/rtps"
})
}
1 change: 0 additions & 1 deletion src/rtp/api/activation/openapi.yaml

This file was deleted.

File renamed without changes.

0 comments on commit 13f0622

Please sign in to comment.