You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 process group and deploy the components under that process group. I have multiple flows(and multiple template xmls) in nifi and when I created a separate flow from a separate template file and tried to deploy that using terraform, it identifies the similar elements in previously deployed flow and treats as a delta. In other words it deletes the elements in the first flow which are present in the first process group and deploys the new flow with the new components. Similar components in the second flow are treated as a delta.
Is this provider able to support only one flow. Or are we expected to generate the terraform script using flow.xml(which will contain the complete flow details) and always do a delete insert of the complete system. Please confirm. Thanking you in anticipation
The text was updated successfully, but these errors were encountered:
@kailasjc123 Is that component that converts NiFi template XML to Terraform something you can share? I was thinking about developing something along that lines for myself but if you've already got it done…
Hello Colin,
I am working in Software Service Company and working for a Fashion Retailer. Basically I don't own the code and share that.
We will be making this public along with the update in nifi-provider in a week or so. Once we do I will intimate you.
PS:- We started with template xml, however now we are using the flow.xml to generate the complete nifi flow. I am not sure whether that will meet your purpose
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 process group and deploy the components under that process group. I have multiple flows(and multiple template xmls) in nifi and when I created a separate flow from a separate template file and tried to deploy that using terraform, it identifies the similar elements in previously deployed flow and treats as a delta. In other words it deletes the elements in the first flow which are present in the first process group and deploys the new flow with the new components. Similar components in the second flow are treated as a delta.
Is this provider able to support only one flow. Or are we expected to generate the terraform script using flow.xml(which will contain the complete flow details) and always do a delete insert of the complete system. Please confirm. Thanking you in anticipation
The text was updated successfully, but these errors were encountered: