Terraform package to mange useful data modules via HTTP provider.
module "okta_ip_ranges" {
source = "tedilabs/modules/http//modules/service-ip-ranges"
version = "~> 0.1.0"
service = "OKTA"
}
module "scalr_ip_ranges" {
source = "tedilabs/modules/http//modules/service-ip-ranges"
version = "~> 0.1.0"
service = "SCALR"
}
module "terraform_cloud_api_ip_ranges" {
source = "tedilabs/modules/http//modules/service-ip-ranges"
version = "~> 0.1.0"
service = "TERRAFORM_CLOUD"
category = "api"
}
Like this project? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.
Provided under the terms of the Apache License.
Copyright © 2022-2023, Byungjin Park.