Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
IamTamika committed Jun 10, 2023
1 parent e81149c commit cd22b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outputs/terraform/azure/cndi_outputs.tf.json.ts
Expand Up @@ -4,7 +4,7 @@ export default function getOutputTFJSON(): string {
return getPrettyJSONString({
output: {
public_host: {
value: "${azurerm_public_ip_lb.cndi_azurerm_public_ip_lb.ip_address}",
value: "${azurerm_public_ip.cndi_azurerm_public_ip_lb.ip_address}",
},
resource_group: {
value:
Expand Down

0 comments on commit cd22b49

Please sign in to comment.