Adds a new .de IP

This commit is contained in:
Nemo 2020-03-09 16:11:34 +05:30
parent 70edff86e2
commit cb39eb1df2
2 changed files with 20 additions and 19 deletions

View File

@ -10,7 +10,7 @@ as per [their documentation](https://docs.looker.com/setup-and-management/enabli
```
module "looker-ips" {
source = "captn3m0/looker-ips/data"
version = "1.1.1"
version = "1.1.2"
}
resource "aws_security_group_rule" "allow_all_from_looker_us" {
@ -29,7 +29,7 @@ All output variables are lists. The output names are based on 2 letter
[ISO country codes][3166] and [common continent codes](https://datahub.io/core/continent-codes#readme)
| Name | Description |
| --------- | -------------------------------------------- |
| ---------- | -------------------------------------------- |
| `as` | Looker IP Addresses in Asia |
| `as_cidr` | Looker IP Addresses in Asia in CIDR |
| `au` | Looker IP Addresses in Australia |
@ -45,7 +45,7 @@ All output variables are lists. The output names are based on 2 letter
| `us` | Looker IP Addresses in United States |
| `us_cidr` | Looker IP Addresses in United States in CIDR |
| `all_ips` | Looker IP addresses everywhere |
| `all_cidr`| Looker IP addresses everywhere in CIDR |
| `all_cidr` | Looker IP addresses everywhere in CIDR |
# LICENSE

View File

@ -25,6 +25,7 @@ locals {
de = [
"18.196.243.94",
"18.184.246.171",
"34.89.161.120",
]
au = [