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-02-2023 01:52 AM
Yes, we will use the ServiceNow lifecycle management for azure resources, but I can see the lifecycle management is similar for all azure resources in ServiceNow, even azure storage account has start and stop in lifecycle management. Need to confirm that what are all the azure resources that are all supported by ServiceNow to do Lifecycle management?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 08:18 AM
Yes not all operations are implemented out of box, but you can implement CAPI interface operations as needed.
Create or extend a CAPI interface (servicenow.com)
or you can implement a flow to call REST step which calls the cloud vendor APIs as needed.
there's many examples in the cloud action library (store app) that you can use as reference.
once you created the sub-flow, you can attach the same into the interface operation.
Add a resource operation step to invoke a subflow (servicenow.com)