generated from pagopa/template-java-spring-microservice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104587b
commit 7bef53f
Showing
13 changed files
with
71 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.<your-repo-name>.terraform.tfstate" #TODO | ||
key = "opex.pagopa-wisp-converter-technical-support.terraform.tfstate" #TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
locals { | ||
product = "${var.prefix}-${var.env_short}" | ||
project = "${var.prefix}-${var.env_short}-${var.location_short}-${var.domain}" | ||
|
||
apim = { | ||
name = "${local.product}-apim" | ||
rg = "${local.product}-api-rg" | ||
product_id = "TODO" # TODO product id to import from pagopa-infra | ||
product_id = "technical_support_api" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
resource_group_name = "io-infra-rg" | ||
storage_account_name = "pagopainfraterraformdev" | ||
container_name = "azurermstate" | ||
key = "<your-repo-name>.infra.tfstate" # TODO | ||
key = "pagopa-wisp-converter-technical-support.infra.tfstate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = "<your-repo-name>.infra.tfstate" # TODO | ||
key = "pagopa-wisp-converter-technical-support.infra.tfstate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
resource_group_name = "io-infra-rg" | ||
storage_account_name = "pagopainfraterraformuat" | ||
container_name = "azurermstate" | ||
key = "<your-repo-name>.infra.tfstate" # TODO | ||
key = "pagopa-wisp-converter-technical-support.infra.tfstate" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<policies> | ||
<inbound> | ||
<base /> | ||
<set-backend-service base-url="https://${hostname}/TODO" /> <!-- TODO your base path--> | ||
</inbound> | ||
<outbound> | ||
<base /> | ||
</outbound> | ||
<backend> | ||
<base /> | ||
</backend> | ||
<on-error> | ||
<base /> | ||
</on-error> | ||
</policies> | ||
<inbound> | ||
<base/> | ||
<set-backend-service base-url="https://${hostname}/pagopa-wisp-converter-technical-support"/> | ||
</inbound> | ||
<outbound> | ||
<base/> | ||
</outbound> | ||
<backend> | ||
<base/> | ||
</backend> | ||
<on-error> | ||
<base/> | ||
</on-error> | ||
</policies> |