Merge pull request #10721 from hashicorp/b-icanthazip

e2e: use api.ipify.org
This commit is contained in:
Michael Schurter 2021-06-08 09:45:04 -07:00 committed by GitHub
commit 3196326a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ data "aws_subnet" "default" {
} }
data "http" "my_public_ipv4" { data "http" "my_public_ipv4" {
url = "https://ipv4.icanhazip.com" url = "https://api.ipify.org"
} }
locals { locals {