@itentialopensource/adapter-terraform_enterprise 0.3.5 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/TAB1.md +12 -0
- package/TAB2.md +1945 -0
- package/metadata.json +5 -1
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.7 [03-28-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.03.28_13:25PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/cloud/adapter-terraform_enterprise!13
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.6 [03-21-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.21_13:56PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/cloud/adapter-terraform_enterprise!12
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.5 [03-15-2024]
|
|
3
19
|
|
|
4
20
|
* Update metadata.json
|
package/TAB1.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Overview
|
|
2
|
+
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Terraform Enterprise System. The API that was used to build the adapter for TerraformEnterprise is usually available in the report directory of this adapter. The adapter utilizes the TerraformEnterprise API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
|
+
|
|
5
|
+
## Details
|
|
6
|
+
The Terraform Enterprise adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Terraform Enterprise. With this adapter you have the ability to perform operations such as:
|
|
7
|
+
|
|
8
|
+
- Installation Resources in the Cloud: Resources can be automatically uploaded to the cloud.
|
|
9
|
+
|
|
10
|
+
- Add, Manage, and Remove Devices: When Itential turns up a new device on the network, it can add the device to the cloud, request that Terraform Enterprise discover the new device, or remove the device.
|
|
11
|
+
|
|
12
|
+
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|