looker-ips
captn3m0/looker-ips/data
Terraform data lookup for Looker IP Ranges
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
ie — Legacy Hosting IP Addresses in Ireland for instances hosted on AWS that were created before 07/07/20gcp_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/2020au_cidr — Legacy Hosting CIDR in Australia for instances hosted on AWS that were created before 07/07/2020sa — Legacy Hosting IP Addresses in South America for instances hosted on AWS that were created before 07gcp_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 regionsgcp_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 regionsgcp_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 regionseks_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/2020gcp_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))Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,