Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
njuCZ committed Feb 25, 2020
1 parent 571855d commit 18eb93f
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 66 deletions.
26 changes: 0 additions & 26 deletions examples/app-platform/spring-cloud/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions examples/app-platform/spring-cloud/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions examples/app-platform/spring-cloud/outputs.tf

This file was deleted.

7 changes: 0 additions & 7 deletions examples/app-platform/spring-cloud/variables.tf

This file was deleted.

7 changes: 7 additions & 0 deletions website/docs/d/spring_cloud.html.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
subcategory: "App Platform"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_spring_cloud"
Expand Down Expand Up @@ -43,3 +44,9 @@ The following attributes are exported:
* `version` - The version of Spring Cloud Service.

* `tags` - A mapping of tags assigned to Spring Cloud Service.

## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:

* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Service.
7 changes: 7 additions & 0 deletions website/docs/d/spring_cloud_config_server.html.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
subcategory: "App Platform"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_spring_cloud_config_server"
Expand Down Expand Up @@ -75,3 +76,9 @@ The `repository` block contains the following:
* `private_key` - The SSH private key to access the Git repository, needed when the URI starts with `git@` or `ssh://`.

* `strict_host_key_checking` - Indicates whether the Config Server instance will fail to start when leveraging the private host-key.

## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:

* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Config Server.
7 changes: 3 additions & 4 deletions website/docs/r/spring_cloud.html.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
subcategory: "App Platform"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_spring_cloud"
Expand Down Expand Up @@ -50,15 +51,13 @@ The following attributes are exported:

* `service_id` - The GUID of the Spring Cloud Service which uniquely identifies.

### Timeouts

~> **Note:** Custom Timeouts are available [as an opt-in Beta in version 1.43 of the Azure Provider](/docs/providers/azurerm/guides/2.0-beta.html) and will be enabled by default in version 2.0 of the Azure Provider.
## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:

* `create` - (Defaults to 30 minutes) Used when creating the Spring Cloud Service.
* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Service.
* `update` - (Defaults to 30 minutes) Used when updating the Spring Cloud Service.
* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Service.
* `delete` - (Defaults to 30 minutes) Used when deleting the Spring Cloud Service.

## Import
Expand Down
7 changes: 3 additions & 4 deletions website/docs/r/spring_cloud_config_server.html.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
subcategory: "App Platform"
layout: "azurerm"
page_title: "Azure Resource Manager: azurerm_spring_cloud_config_server"
Expand Down Expand Up @@ -93,15 +94,13 @@ The following attributes are exported:

* `id` - The ID of the Spring Cloud.

### Timeouts

~> **Note:** Custom Timeouts are available [as an opt-in Beta in version 1.43 of the Azure Provider](/docs/providers/azurerm/guides/2.0-beta.html) and will be enabled by default in version 2.0 of the Azure Provider.
## Timeouts

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions:

* `create` - (Defaults to 30 minutes) Used when creating the Spring Cloud Config Server.
* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Config Server.
* `update` - (Defaults to 30 minutes) Used when updating the Spring Cloud Config Server.
* `read` - (Defaults to 5 minutes) Used when retrieving the Spring Cloud Config Server.
* `delete` - (Defaults to 30 minutes) Used when deleting the Spring Cloud Config Server.

## Import
Expand Down

0 comments on commit 18eb93f

Please sign in to comment.