Skip to content

Commit

Permalink
fix tf ip data source
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Apr 26, 2024
1 parent 108f6ff commit ea0ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/terraform/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ resource "azurerm_public_ip" "vault_azure_pub_ip" {

# Restrict SSH access to the local public IP
data "http" "my_ip" {
url = "https://ifconfig.me/ip"
url = "https://ipinfo.io/ip"
}

resource "azurerm_network_security_group" "vault_azure_sg" {
Expand Down

0 comments on commit ea0ad8b

Please sign in to comment.