https://github.com/tedilabs/terraform-http-modules
🌳 A sustainable Terraform Package which manage useful data modules via HTTP provider
https://github.com/tedilabs/terraform-http-modules
devops hacktoberfest hcl2 http lang-hcl sre tedilabs terraform terraform-module terraform-modules
Last synced: about 1 month ago
JSON representation
🌳 A sustainable Terraform Package which manage useful data modules via HTTP provider
- Host: GitHub
- URL: https://github.com/tedilabs/terraform-http-modules
- Owner: tedilabs
- License: apache-2.0
- Created: 2022-11-16T12:16:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:17:11.000Z (4 months ago)
- Last Synced: 2025-06-09T04:57:57.225Z (about 1 month ago)
- Topics: devops, hacktoberfest, hcl2, http, lang-hcl, sre, tedilabs, terraform, terraform-module, terraform-modules
- Language: HCL
- Homepage: https://registry.terraform.io/modules/tedilabs/modules/http
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-http-modules


[](https://github.com/pre-commit/pre-commit)Terraform package to mange useful data modules via HTTP provider.
- [service-ip-ranges](./modules/service-ip-ranges)
## Usage
### Service IP Ranges
```tf
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
- [service-ip-ranges](./examples/service-ip-ranges)
## Self Promotion
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-http-modules). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
## License
Provided under the terms of the [Apache License](LICENSE).
Copyright © 2022-2023, [Byungjin Park](https://www.posquit0.com).