diff --git a/src/rtp/.terraform.lock.hcl b/src/rtp/.terraform.lock.hcl index a393664..1099b34 100644 --- a/src/rtp/.terraform.lock.hcl +++ b/src/rtp/.terraform.lock.hcl @@ -6,6 +6,7 @@ provider "registry.terraform.io/hashicorp/azuread" { constraints = "~> 2.52" hashes = [ "h1:2rk36pu4YyhBVz/Mf4swYCQxaB31iPaXOiWNlqZMXbM=", + "h1:EZNO8sEtUABuRxujQrDrW1z1QsG0dq6iLbzWtnG7Om4=", "zh:162916b037e5133f49298b0ffa3e7dcef7d76530a8ca738e7293373980f73c68", "zh:1c3e89cf19118fc07d7b04257251fc9897e722c16e0a0df7b07fcd261f8c12e7", "zh:492931cea4f30887ab5bca36a8556dfcb897288eddd44619c0217fc5da2d57e7", @@ -26,6 +27,7 @@ provider "registry.terraform.io/hashicorp/azurerm" { constraints = "~> 3.108" hashes = [ "h1:2QbjtN4oMXzdA++Nvrj/wSmWZTPgXKOSFGGQCLEMrb4=", + "h1:BCR3NIorFSvGG3v/+JOiiw3VM4PkChLO4m84wzD9NDo=", "zh:02b6606aff025fc2a962b3e568e000300abe959adac987183c24dac8eb057f4d", "zh:2a23a8ce24ff9e885925ffee0c3ea7eadba7a702541d05869275778aa47bdea7", "zh:57d10746384baeca4d5c56e88872727cdc150f437b8c5e14f0542127f7475e24", diff --git a/src/rtp/02_api_activation.tf b/src/rtp/02_api_activation.tf index f5b6584..345e33a 100644 --- a/src/rtp/02_api_activation.tf +++ b/src/rtp/02_api_activation.tf @@ -41,7 +41,7 @@ resource "azurerm_api_management_product_api" "rtp_activation_product_api" { } ## Override API Operations Policies ## -resource "azurerm_api_management_api_operation_policy" "rtp_payee_activate_policy" { +resource "azurerm_api_management_api_operation_policy" "rtp_activate_policy" { api_name = azurerm_api_management_api.rtp_activation_api.name api_management_name = data.azurerm_api_management.this.name resource_group_name = data.azurerm_api_management.this.resource_group_name