Skip to content

Commit

Permalink
fix prf
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Apr 10, 2024
1 parent a21a700 commit 07af896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/04_apim_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module "apim_api_apiconfig_cache_replica_node_api_v1_o" {
})

xml_content = templatefile("./policy/_base_policy.xml", {
hostname = format("%s/%s/%s", local.apiconfig_cache_replica_locals.hostname, local.apiconfig_cache_replica_locals.path_apim, "odev")
hostname = format("%s/%s%s/%s", local.apiconfig_cache_replica_locals.hostname, local.apiconfig_cache_replica_locals.path_apim, "dev", "o")
})
}

0 comments on commit 07af896

Please sign in to comment.