terraform-provider-nifi icon indicating copy to clipboard operation
terraform-provider-nifi copied to clipboard

Terraform provider for interacting with NiFi cluster

Results 8 terraform-provider-nifi issues
Sort by recently updated
recently updated
newest added

I have multiple process groups around 26 of them, and I am not able to terraform apply them. Got this below errors ``` 2020/01/22 18:33:19 [DEBUG] plugin: waiting for all...

Is there documentation on the _resources_ exposed by this provider, other than by trolling through the examples or source code? "Syntax" refers only to how to connect to the provider.

Would you be able to include binaries of this provider in GitHub releases? This would greatly simplify using the provider (right now it has to be built from source). Some...

Adds `comments` to the processor and processor group resources. _WIP_ `terraform plan` picks up these changes, but after `terraform apply`, I'm not seeing them in NiFi. Any ideas? Closes #22.

These are particularly useful in the `process` and `process_group` resources. ![image](https://user-images.githubusercontent.com/323761/50087054-caf2c080-01f6-11e9-9c2c-f5d54c854823.png)

Hello team, I have created a component which will read the nifi template xml and dynamically generate the terraform script. It is working as expected when I create a one...

* datasource for root process group.

When Nifi has authentication enabled, using this plugin will be failed because access token is not passed when calling Nifi APIs. If config can be extended to include username and...