Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Dec 11, 2024
1 parent 6124007 commit ff97bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api_management_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locals {
# }

module "apim_devopslab_webapp_python_alpha_api_v1" {
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management_api?ref=v8.8.0"
source = "git::https://github.com/pagopa/terraform-azurerm-v4.git//api_management_api?ref=v1.0.0"

name = local.apim_devopslab_webapp_python_alpha_api.api_name
api_management_name = module.apim.name
Expand Down
2 changes: 1 addition & 1 deletion api_management_product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This module allow the creation of api management product, and associate to a gro

```ts
module "apim_product_devopslab" {
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management_product?ref=v8.8.0"
source = "git::https://github.com/pagopa/terraform-azurerm-v4.git//api_management_product?ref=v1.0.0"

product_id = "devopslab"
display_name = "DevOpsLab Program"
Expand Down

0 comments on commit ff97bd9

Please sign in to comment.