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