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
1 changed files with 1 additions and 1 deletions

View File

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