Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T09:54:37.000Z (5 months ago)
- Last Synced: 2024-12-28T23:42:55.297Z (24 days 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: 52.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
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-http-modules?color=blue&sort=semver&style=flat-square)
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-http-modules?color=blue&style=flat-square)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](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).