Skip to content

Commit

Permalink
Bumped up version to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umarali-nagoor committed May 6, 2021
1 parent 80d7c66 commit e9ab41f
Show file tree
Hide file tree
Showing 769 changed files with 12,593 additions and 8,775 deletions.
5 changes: 4 additions & 1 deletion docs/ibm_account_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Synopsis
Retrieve an IBM Cloud 'ibm_account' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/account

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand Down
17 changes: 10 additions & 7 deletions docs/ibm_api_gateway_endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ Create, update or destroy an IBM Cloud 'ibm_api_gateway_endpoint' resource
This module does not support idempotency


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/api_gateway_endpoint

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand All @@ -32,14 +35,18 @@ Parameters
(Required for new resource) Api Gateway Service Instance Crn


open_api_doc_name (True, str, None)
(Required for new resource) Json File path
name (True, str, None)
(Required for new resource) Endpoint name


routes (False, list, None)
Invokable routes for an endpoint


open_api_doc_name (True, str, None)
(Required for new resource) Json File path


managed (False, bool, False)
Managed indicates if endpoint is online or offline.

Expand All @@ -48,10 +55,6 @@ Parameters
Provider ID of an endpoint allowable values user-defined and whisk


name (True, str, None)
(Required for new resource) Endpoint name


type (False, str, unshare)
Action type of Endpoint ALoowable values are share, unshare, manage, unmanage

Expand Down
13 changes: 8 additions & 5 deletions docs/ibm_api_gateway_endpoint_subscription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@ Create, update or destroy an IBM Cloud 'ibm_api_gateway_endpoint_subscription' r
This module does not support idempotency


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/api_gateway_endpoint_subscription

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20



Parameters
----------

client_secret (False, str, None)
Client Sercret of a Subscription


generate_secret (False, bool, None)
Indicates if Client Sercret has to be autogenerated

Expand All @@ -52,6 +51,10 @@ Parameters
(Required for new resource) Subscription type. Allowable values are external, internal


client_secret (False, str, None)
Client Sercret of a Subscription


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
5 changes: 4 additions & 1 deletion docs/ibm_api_gateway_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Synopsis
Retrieve an IBM Cloud 'ibm_api_gateway' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/api_gateway

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand Down
13 changes: 8 additions & 5 deletions docs/ibm_app_domain_private.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@ Create, update or destroy an IBM Cloud 'ibm_app_domain_private' resource
This module supports idempotency


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/app_domain_private

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20



Parameters
----------

tags (False, list, None)
None


name (True, str, None)
(Required for new resource) The name of the domain

Expand All @@ -40,6 +39,10 @@ Parameters
(Required for new resource) The organization that owns the domain.


tags (False, list, None)
None


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
5 changes: 4 additions & 1 deletion docs/ibm_app_domain_private_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Synopsis
Retrieve an IBM Cloud 'ibm_app_domain_private' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app_domain_private

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand Down
13 changes: 8 additions & 5 deletions docs/ibm_app_domain_shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,22 @@ Create, update or destroy an IBM Cloud 'ibm_app_domain_shared' resource
This module supports idempotency


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/app_domain_shared

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20



Parameters
----------

name (True, str, None)
(Required for new resource) The name of the domain


router_group_guid (False, str, None)
The guid of the router group.

Expand All @@ -40,6 +39,10 @@ Parameters
None


name (True, str, None)
(Required for new resource) The name of the domain


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
5 changes: 4 additions & 1 deletion docs/ibm_app_domain_shared_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Synopsis
Retrieve an IBM Cloud 'ibm_app_domain_shared' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app_domain_shared

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand Down
13 changes: 8 additions & 5 deletions docs/ibm_app_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,30 @@ Synopsis
Retrieve an IBM Cloud 'ibm_app' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20



Parameters
----------

space_guid (True, str, None)
Define space guid to which app belongs


name (True, str, None)
The name for the app


space_guid (True, str, None)
Define space guid to which app belongs


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'.

Expand Down
21 changes: 12 additions & 9 deletions docs/ibm_app_route.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,22 @@ Create, update or destroy an IBM Cloud 'ibm_app_route' resource
This module supports idempotency


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/app_route

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20



Parameters
----------

path (False, str, None)
The path for a route as raw text.Paths must be between 2 and 128 characters.Paths must start with a forward slash '/'.Paths must not contain a '?'


tags (False, list, None)
None


host (False, str, None)
The host portion of the route. Required for shared-domains.

Expand All @@ -52,6 +47,14 @@ Parameters
The port of the route. Supported for domains of TCP router groups only.


path (False, str, None)
The path for a route as raw text.Paths must be between 2 and 128 characters.Paths must start with a forward slash '/'.Paths must not contain a '?'


tags (False, list, None)
None


id (False, str, None)
(Required when updating or destroying existing resource) IBM Cloud Resource ID.

Expand Down
5 changes: 4 additions & 1 deletion docs/ibm_app_route_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Synopsis
Retrieve an IBM Cloud 'ibm_app_route' resource


ForMoreInfoRefer
----------------
refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/app_route

Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.23.2
- IBM-Cloud terraform-provider-ibm v1.24.0
- Terraform v0.12.20


Expand Down
Loading

0 comments on commit e9ab41f

Please sign in to comment.