Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.48 KB

terraform-http-modules

GitHub release (latest SemVer) GitHub pre-commit

Terraform package to mange useful data modules via HTTP provider.

Usage

Service IP Ranges

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"
}

Examples

Self Promotion

Like this project? Follow the repository on GitHub. And if you're feeling especially charitable, follow posquit0 on GitHub.

License

Provided under the terms of the Apache License.

Copyright © 2022-2023, Byungjin Park.