Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example: Transit Gateway #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/ibm_account_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
14 changes: 7 additions & 7 deletions docs/ibm_api_gateway_endpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

name (True, str, None)
(Required for new resource) Endpoint name
service_instance_crn (True, str, None)
(Required for new resource) Api Gateway Service Instance Crn


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


service_instance_crn (True, str, None)
(Required for new resource) Api Gateway Service Instance Crn
managed (False, bool, False)
Managed indicates if endpoint is online or offline.


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.
name (True, str, None)
(Required for new resource) Endpoint name


provider_id (False, str, user-defined)
Expand Down
10 changes: 5 additions & 5 deletions docs/ibm_api_gateway_endpoint_subscription.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,14 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

artifact_id (True, str, None)
(Required for new resource) Endpoint ID


client_id (False, str, None)
Subscription Id, API key that is used to create subscription

Expand All @@ -52,6 +48,10 @@ Parameters
Indicates if Client Sercret has to be autogenerated


artifact_id (True, str, None)
(Required for new resource) Endpoint ID


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

Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_api_gateway_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_app_domain_private.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_app_domain_private_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_app_domain_shared.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_app_domain_shared_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
10 changes: 5 additions & 5 deletions docs/ibm_app_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

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


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


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


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
26 changes: 13 additions & 13 deletions docs/ibm_app_route.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,14 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

port (False, int, None)
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


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

Expand All @@ -52,6 +40,18 @@ Parameters
(Required for new resource) The guid of the associated domain


port (False, int, None)
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
18 changes: 9 additions & 9 deletions docs/ibm_app_route_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,14 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

space_guid (True, str, None)
The guid of the space


domain_guid (True, str, None)
The guid of the domain


host (False, str, None)
The host of the route

Expand All @@ -46,6 +38,14 @@ Parameters
The port of the route


space_guid (True, str, None)
The guid of the space


domain_guid (True, str, None)
The guid of the domain


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
54 changes: 27 additions & 27 deletions docs/ibm_cdn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,76 +20,76 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20



Parameters
----------

vendor_name (False, str, akamai)
Vendor name


origin_type (False, str, HOST_SERVER)
Origin type info


http_port (False, int, 80)
HTTP port number


https_port (False, int, 443)
HTTPS port number


file_extension (False, str, None)
File extension info


host_name (True, str, None)
(Required for new resource) Host name


cache_key_query_rule (False, str, include-all)
query rule info


host_name (True, str, None)
(Required for new resource) Host name
certificate_type (False, str, None)
Certificate type


path (False, str, /*)
Path details


origin_address (True, str, None)
(Required for new resource) origin address info


protocol (False, str, HTTP)
Protocol name
http_port (False, int, 80)
HTTP port number


respect_headers (False, bool, True)
respect headers info
https_port (False, int, 443)
HTTPS port number


bucket_name (False, str, None)
Bucket name
header (False, str, None)
Header info


cname (False, str, None)
cname info


certificate_type (False, str, None)
Certificate type
respect_headers (False, bool, True)
respect headers info


performance_configuration (False, str, General web delivery)
performance configuration info


header (False, str, None)
Header info
vendor_name (False, str, akamai)
Vendor name


path (False, str, /*)
Path details
bucket_name (False, str, None)
Bucket name


protocol (False, str, HTTP)
Protocol name


id (False, str, None)
Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_certificate_manager_certificate_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
2 changes: 1 addition & 1 deletion docs/ibm_certificate_manager_certificates_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand Down
10 changes: 5 additions & 5 deletions docs/ibm_certificate_manager_import.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- IBM-Cloud terraform-provider-ibm v1.19.0
- IBM-Cloud terraform-provider-ibm v1.20.0
- Terraform v0.12.20


Expand All @@ -32,10 +32,6 @@ Parameters
(Required for new resource) Instance ID of the certificate manager resource


description (False, str, None)
Description of the certificate instance


name (True, str, None)
(Required for new resource) Name of the instance

Expand All @@ -44,6 +40,10 @@ Parameters
(Required for new resource) certificate data


description (False, str, None)
Description of the certificate instance


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

Expand Down
Loading