We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a80c6e6 + 0a42962 commit 236ccf9Copy full SHA for 236ccf9
data.tf
@@ -1,7 +1,7 @@
1
data "aws_region" "current" {}
2
3
data "http" "workstation_external_ip" {
4
- url = "http://icanhazip.com"
+ url = "https://ipv4.icanhazip.com"
5
}
6
7
data "aws_iam_policy_document" "workers_assume_role_policy" {
0 commit comments