Skip to content

Commit

Permalink
Update shared-variables.tf
Browse files Browse the repository at this point in the history
changing method of IP assignment to force ipv4
  • Loading branch information
HuskyHacks authored Aug 31, 2023
1 parent 9e35d17 commit d6f20d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lab/shared-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ variable "enable_guacamole" {
}

data "http" "myip" {
url = "http://ifconfig.me"
url = "http://ipv4.icanhazip.com"
}

0 comments on commit d6f20d4

Please sign in to comment.