mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 20:01:06 +01:00
Get only ipv4 address
This commit is contained in:
2
data.tf
2
data.tf
@@ -1,7 +1,7 @@
|
|||||||
data "aws_region" "current" {}
|
data "aws_region" "current" {}
|
||||||
|
|
||||||
data "http" "workstation_external_ip" {
|
data "http" "workstation_external_ip" {
|
||||||
url = "http://icanhazip.com"
|
url = "http://ipv4.icanhazip.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
data "aws_iam_policy_document" "workers_assume_role_policy" {
|
data "aws_iam_policy_document" "workers_assume_role_policy" {
|
||||||
|
|||||||
Reference in New Issue
Block a user