Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Create ip-address.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Sep 19, 2023
1 parent 2410b44 commit fd1ca55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/terraform/azure-aks-existing/ip-address.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/public_ip
data "azurerm_public_ip" "public_ip" {
name = var.public_ip_address_name
resource_group_name = var.resource_group_name
}

0 comments on commit fd1ca55

Please sign in to comment.