Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#31 from tsub/get-only-ipv4-address
Browse files Browse the repository at this point in the history
Fix error when using IPv6
  • Loading branch information
brandonjbjelland authored Jun 25, 2018
2 parents a80c6e6 + 0a42962 commit 236ccf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "aws_region" "current" {}

data "http" "workstation_external_ip" {
url = "http://icanhazip.com"
url = "https://ipv4.icanhazip.com"
}

data "aws_iam_policy_document" "workers_assume_role_policy" {
Expand Down

0 comments on commit 236ccf9

Please sign in to comment.