https://github.com/philips-labs/nifi-on-hsdp
terraform root module that demonstrates the deployment of apache nifi on container hosts.
https://github.com/philips-labs/nifi-on-hsdp
Last synced: 7 months ago
JSON representation
terraform root module that demonstrates the deployment of apache nifi on container hosts.
- Host: GitHub
- URL: https://github.com/philips-labs/nifi-on-hsdp
- Owner: philips-labs
- Created: 2021-03-24T14:52:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T04:41:01.000Z (over 4 years ago)
- Last Synced: 2025-01-18T05:30:49.106Z (9 months ago)
- Language: HCL
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Nifi on HSDP
This Terraform root module demonstrates usage of a Apache Nifi provisioned
Container Host.## Requirements
| Name | Version |
|------|---------|
| cloudfoundry | >= 0.1206.0 |
| hsdp | >= 0.13.3 |## Providers
| Name | Version |
|------|---------|
| cloudfoundry | >= 0.1206.0 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| bastion\_host | Bastion Host to use (region specific) | `string` | `"gw-eu1.phsdp.com"` | no |
| cartel\_host | Cartel API host (region specific) | `string` | `"cartel-eu1.cloud.phsdp.com"` | no |
| cartel\_secret | Cartel secret to use for Container Host | `string` | n/a | yes |
| cartel\_token | Cartel token to use for Container Host | `string` | n/a | yes |
| cf\_api | Cloud foundry API endpoint (region specific) | `string` | `"https://api.eu1.phsdp.com"` | no |
| cf\_domain | Default Cloud foundry domain to use for apps | `string` | `"eu-west.philips-healthsuite.com"` | no |
| cf\_org | Cloud foundry ORG name | `string` | n/a | yes |
| cf\_password | Cloud foundry password | `string` | n/a | yes |
| cf\_region | Cloud foundry region | `string` | `"eu-west"` | no |
| cf\_space | Cloud foundry space to provision Kafdrop in | `string` | n/a | yes |
| cf\_username | Cloud foundry username | `string` | n/a | yes |
| cf\_user_groups | Cloud foundry groups or CF users | `[string]` | n/a | yes |
| nifi\_instance\_type | The EC2 instance type to use for Kafka nodes | `string` | `"t3.xlarge"` | no |## Outputs
No output.
# Contact / Getting help
krishna.prasad.srinivasan@philips.com
# License
License is MIT