looker-ips

captn3m0/looker-ips/data

Terraform Module HCL DATA

Terraform data lookup for Looker IP Ranges

Install
module "looker-ips" {
source = "captn3m0/looker-ips/data"
version = "4.0.0"
}
plain text: /constructs/tfmod-captn3m0-looker-ips-data/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-data-looker-ips !License:MIT !GitHub last commit !GitHub Release Date !GitHub release (latest by date) Looker's IP addresses, as per their documentation. This module supports all 3 modes of hosting: - Legacy AWS - Next generation GCP - Next generation EKS - Microsoft Azure Please make sure to read the Looker documentation before you start using this module. Usage ``hcl module "looker-ips" { source = "captn3m0/looker-ips/data" version = "v3.0.0" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" { type = "ingress" from_port = 0 to_port = 443 protocol = "tcp" cidr_blocks = ["${module.looker-ips.us_cidr}"] security_group_id = "sg-123456" } ` Outputs - All output variables are lists. - For instances hosted on "Legacy AWS hosting" is based on 2 letter [ISO country cod

Outputs (50)
ie — Legacy Hosting IP Addresses in Ireland for instances hosted on AWS that were created before 07/07/20
gcp_europe_west2_ips — IP addresses for instances hosted on GCP (England / europe-west2)
gcp_europe_west3_cidr — CIDRs for instances hosted on GCP (Frankfurt / europe-west3)
gcp_asia_east1_cidr — CIDRs for instances hosted on GCP (Changhua County / asia-east1)
eks_central_cidr — CIDRs for instances hosted on Amazon EKS (Canada / Central))
ca_cidr — Legacy Hosting CIDR in Canada for instances hosted on AWS that were created before 07/07/2020
au_cidr — Legacy Hosting CIDR in Australia for instances hosted on AWS that were created before 07/07/2020
sa — Legacy Hosting IP Addresses in South America for instances hosted on AWS that were created before 07
gcp_asia_south1_ips — IP addresses for instances hosted on GCP (Mumbai / asia-south1)
eks_ohio — IP addresses for instances hosted on Amazon EKS (US East / Ohio))
azure_cidr — CIDRs for instances hosted on Microsoft Azure across all regions
gcp_australia_southeast1_cidr — CIDRs for instances hosted on GCP (Sydney / australia-southeast1)
gcp_australia_southeast1_ips — IP addresses for instances hosted on GCP (Sydney / australia-southeast1)
gcp_cidr — CIDRs for instances hosted on GCP across all regions
gcp_us_east4_ips — IP addresses for instances hosted on GCP (Northern Virginia / us-east4)
gcp_asia_southeast1_ips — IP addresses for instances hosted on GCP (Jurong West / asia-southeast1)
gcp_ips — IP addresses for instances hosted on GCP across all regions
eks_oregon — IP addresses for instances hosted on Amazon EKS (US West / Oregon))
eks_sa_east_1 — IP addresses for instances hosted on Amazon EKS (South America / São Paulo))
all_cidr — Looker IP addresses everywhere in CIDR (Legacy + GCP + EKS + Azure)
gcp_us_west1_cidr — CIDRs for instances hosted on GCP (Oregon / us-west1)
au — Legacy Hosting IP Addresses in Australia for instances hosted on AWS that were created before 07/07/
eks_ohio_cidr — CIDRs for instances hosted on Amazon EKS (US East / Ohio))
gcp_us_east1_cidr — CIDRs for instances hosted on GCP (South Carolina / us-east1)
eks_sa_east_1_cidr — CIDRs for instances hosted on Amazon EKS (South America / São Paulo))
as — Legacy Hosting IP Addresses in Asia for instances hosted on AWS that were created before 07/07/2020
gcp_europe_west4_cidr — CIDRs for instances hosted on GCP (Eemshaven / europe-west4)
gcp_asia_east1_ips — IP addresses for instances hosted on GCP (Changhua County / asia-east1)
eks_us_east_1 — IP addresses for instances hosted on Amazon EKS (US East / N. Virginia))
eks_central — IP addresses for instances hosted on Amazon EKS (Canada / Central))
… and 20 more outputs
Details
FrameworkTerraform Module
LanguageHCL
Version4.0.0
Cloud DATA
★ Stars0
Forks1
Total downloads817
Outputs50
LicenseMIT
Namespacecaptn3m0
Updated