Skip to content

Commit 0a42962

Browse files
committed
Access icanhazip.com via https
1 parent ef23677 commit 0a42962

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://ipv4.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)