This Terraform module queries the URL "https://ip-ranges.atlassian.com/" and filters the IPv4 and IPv6 ranges.
module "bitbucket_ips" {
source = "github.com/centriascolocation/terraform-bitbucket-ips"
region = "eu-central-1"
direction = "egress"
product = "bitbucket"
}
module "bitbucket_ips" {
source = "centriascolocation/ip-addresses/bitbucket"
version = "1.0.0"
region = "eu-central-1"
direction = "egress"
product = "bitbucket"
}
Name | Version |
---|---|
http | 3.4.1 |
No modules.
Name | Description | Type |
---|---|---|
direction | Select egress or ingress | string |
product | Select atlassian product, default is bitbucket | string |
region | Get a list form specific region, default 'us-east-1' | string |
Name | Description |
---|---|
ip4_ranges | ip4_ranges = tolist([ |
ip6_ranges | ip6_ranges = tolist([ |
ip_all_ranges | Full list of all ip addresses, this includes ipv4 and ipv6 addresses and both directions ingress and egress ip_all_ranges = tolist([ |
items | All items from http response body. |
Name | Company | Contact |
---|---|---|
Dirk Piethan | Centrias Colocation GmbH | dirk@centrias.de |
Christian Weirich | Centrias Colocation | christian@centrias.de |
Name | Company | Contact |
---|---|---|
Support | Centrias Colocation GmbH | support@centrias.net |