mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 07:01:53 +03:00
eks-demo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "http" "workstation-external-ip" {
|
||||
url = "http://ipv4.icanhazip.com"
|
||||
}
|
||||
|
||||
locals {
|
||||
workstation-external-cidr = "${chomp(data.http.workstation-external-ip.body)}/32"
|
||||
}
|
||||
Reference in New Issue
Block a user