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.
1 parent ef23677 commit 0a42962Copy full SHA for 0a42962
data.tf
@@ -1,7 +1,7 @@
1
data "aws_region" "current" {}
2
3
data "http" "workstation_external_ip" {
4
- url = "http://ipv4.icanhazip.com"
+ url = "https://ipv4.icanhazip.com"
5
}
6
7
data "aws_iam_policy_document" "workers_assume_role_policy" {
0 commit comments