Skip to content

Commit 236ccf9

Browse files
Merge pull request #31 from tsub/get-only-ipv4-address
Fix error when using IPv6
2 parents a80c6e6 + 0a42962 commit 236ccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data "aws_region" "current" {}
22

33
data "http" "workstation_external_ip" {
4-
url = "http://icanhazip.com"
4+
url = "https://ipv4.icanhazip.com"
55
}
66

77
data "aws_iam_policy_document" "workers_assume_role_policy" {

0 commit comments

Comments
 (0)