Does ServiceNow supports Terraform Null Provider
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 02:39 AM
we are using terraform null provider for some azure resources to do some activity. We are ready with the terraform script templates, but in the cloud, catalog items it is not populating the templates and we want to know whether the ServiceNow CPG module supports terraform null provider.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 02:52 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 12:07 AM
You can run the vm stop and other actions via ServiceNow CPG itself - in fact it will put in change request automatically for this.
reg this - what's the outcome you are expecting from this?
also what error are you seeing in cloud catalog item page - when importing template?
btw - have you gotten past the earlier issue Sekar with the errors in post-provisioning?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 12:30 AM
While I am trying to import the template for provisioning the resources with the help of Terraform azure provider, it brings the templates, variable sets, lifecycle operations etc. as mentioned in below screenshot.
After provisioning the resource, I am trying to do a lifecycle management by terraform itself with the help of terraform null provider, while I am using this template ServiceNow not showing the variable sets etc. as mentioned in the below screenshot.
- From this outcome I am expecting the template to do a lifecycle management for all azure resources with the help of terraform itself
- No errors I have seen while creating this catalog items and variables are not auto populated from the script
- This is not related to the issue that I have posted before.
- Does ServiceNow supports terraform null provider?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 12:39 AM
The day-2 actions are not brought in - they are added via our action layer called CAPI - we don't use or recognize the null provider. you can use existing actions in servicenow as i mentioned earlier.
i know this is not related - since you did not close the other thread, i am asking where's the status on the earlier problem?