-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
804 changed files
with
19,515 additions
and
3,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
|
||
ibm_app_config_collection -- Configure IBM Cloud 'ibm_app_config_collection' resource | ||
===================================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 1 | ||
|
||
|
||
Synopsis | ||
-------- | ||
|
||
Create, update or destroy an IBM Cloud 'ibm_app_config_collection' resource | ||
|
||
This module supports idempotency | ||
|
||
|
||
ForMoreInfoRefer | ||
---------------- | ||
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/app_config_collection | ||
|
||
Requirements | ||
------------ | ||
The below requirements are needed on the host that executes this module. | ||
|
||
- IBM-Cloud terraform-provider-ibm v1.46.0 | ||
- Terraform v0.12.20 | ||
|
||
|
||
|
||
Parameters | ||
---------- | ||
|
||
guid (True, str, None) | ||
(Required for new resource) GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard. | ||
|
||
|
||
name (True, str, None) | ||
(Required for new resource) Collection name. | ||
|
||
|
||
collection_id (True, str, None) | ||
(Required for new resource) Collection Id. | ||
|
||
|
||
description (False, str, None) | ||
Collection description | ||
|
||
|
||
tags (False, str, None) | ||
Tags associated with the collection | ||
|
||
|
||
id (False, str, None) | ||
(Required when updating or destroying existing resource) IBM Cloud Resource ID. | ||
|
||
|
||
state (False, any, available) | ||
State of resource | ||
|
||
|
||
iaas_classic_username (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'. | ||
|
||
|
||
iaas_classic_api_key (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure API key. This can also be provided via the environment variable 'IAAS_CLASSIC_API_KEY'. | ||
|
||
|
||
region (False, any, us-south) | ||
The IBM Cloud region where you want to create your resources. If this value is not specified, us-south is used by default. This can also be provided via the environment variable 'IC_REGION'. | ||
|
||
|
||
ibmcloud_api_key (True, any, None) | ||
The IBM Cloud API key to authenticate with the IBM Cloud platform. This can also be provided via the environment variable 'IC_API_KEY'. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Authors | ||
~~~~~~~ | ||
|
||
- Jay Carman (@jaywcarman) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
|
||
ibm_app_config_collection_info -- Retrieve IBM Cloud 'ibm_app_config_collection' resource | ||
========================================================================================= | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 1 | ||
|
||
|
||
Synopsis | ||
-------- | ||
|
||
Retrieve an IBM Cloud 'ibm_app_config_collection' resource | ||
|
||
|
||
ForMoreInfoRefer | ||
---------------- | ||
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app_config_collection | ||
|
||
Requirements | ||
------------ | ||
The below requirements are needed on the host that executes this module. | ||
|
||
- IBM-Cloud terraform-provider-ibm v1.46.0 | ||
- Terraform v0.12.20 | ||
|
||
|
||
|
||
Parameters | ||
---------- | ||
|
||
guid (True, str, None) | ||
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard. | ||
|
||
|
||
collection_id (True, str, None) | ||
Collection Id of the collection. | ||
|
||
|
||
include (False, list, None) | ||
Include feature, property details in the response. | ||
|
||
|
||
expand (False, bool, None) | ||
If set to true, returns expanded view of the resource details. | ||
|
||
|
||
iaas_classic_username (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'. | ||
|
||
|
||
iaas_classic_api_key (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure API key. This can also be provided via the environment variable 'IAAS_CLASSIC_API_KEY'. | ||
|
||
|
||
region (False, any, us-south) | ||
The IBM Cloud region where you want to create your resources. If this value is not specified, us-south is used by default. This can also be provided via the environment variable 'IC_REGION'. | ||
|
||
|
||
ibmcloud_api_key (True, any, None) | ||
The IBM Cloud API key to authenticate with the IBM Cloud platform. This can also be provided via the environment variable 'IC_API_KEY'. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Authors | ||
~~~~~~~ | ||
|
||
- Jay Carman (@jaywcarman) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
|
||
ibm_app_config_collections_info -- Retrieve IBM Cloud 'ibm_app_config_collections' resource | ||
=========================================================================================== | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 1 | ||
|
||
|
||
Synopsis | ||
-------- | ||
|
||
Retrieve an IBM Cloud 'ibm_app_config_collections' resource | ||
|
||
|
||
ForMoreInfoRefer | ||
---------------- | ||
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app_config_collections | ||
|
||
Requirements | ||
------------ | ||
The below requirements are needed on the host that executes this module. | ||
|
||
- IBM-Cloud terraform-provider-ibm v1.46.0 | ||
- Terraform v0.12.20 | ||
|
||
|
||
|
||
Parameters | ||
---------- | ||
|
||
offset (False, int, None) | ||
Skipped number of records. | ||
|
||
|
||
include (False, list, None) | ||
Include feature, property details in the response. | ||
|
||
|
||
expand (False, bool, None) | ||
If set to true, returns expanded view of the resource details. | ||
|
||
|
||
guid (True, str, None) | ||
GUID of the App Configuration service. Get it from the service instance credentials section of the dashboard. | ||
|
||
|
||
limit (False, int, None) | ||
The number of records to retrieve. | ||
|
||
|
||
iaas_classic_username (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure (SoftLayer) user name. This can also be provided via the environment variable 'IAAS_CLASSIC_USERNAME'. | ||
|
||
|
||
iaas_classic_api_key (False, any, None) | ||
(Required when generation = 1) The IBM Cloud Classic Infrastructure API key. This can also be provided via the environment variable 'IAAS_CLASSIC_API_KEY'. | ||
|
||
|
||
region (False, any, us-south) | ||
The IBM Cloud region where you want to create your resources. If this value is not specified, us-south is used by default. This can also be provided via the environment variable 'IC_REGION'. | ||
|
||
|
||
ibmcloud_api_key (True, any, None) | ||
The IBM Cloud API key to authenticate with the IBM Cloud platform. This can also be provided via the environment variable 'IC_API_KEY'. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Authors | ||
~~~~~~~ | ||
|
||
- Jay Carman (@jaywcarman) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.