Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#
# Workstation External IP
#
# This configuration is not required and is
# only provided as an example to easily fetch
# the external IP of your local workstation to
# configure inbound EC2 Security Group access
# to the Kubernetes cluster.
#
#data "http" "workstation-external-ip" {
# url = "http://ipv4.icanhazip.com"
#}
# Override with variable or hardcoded value if necessary
#locals {
# workstation-external-cidr = "${chomp(data.http.workstation-external-ip.body)}/32"
#}