Skip to content

Commit

Permalink
Merge pull request #19 from hashicorp/main
Browse files Browse the repository at this point in the history
Fork Sync: Update from parent repository
  • Loading branch information
mbialon authored Sep 25, 2023
2 parents b8f37b6 + 2d42766 commit 7e74686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/arc_resource_bridge_appliance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Arc Resource Bridge Appliance can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_arc_resource_bridge_appliance.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/providers/Microsoft.ResourceConnector/appliances/appliancesExample
terraform import azurerm_arc_resource_bridge_appliance.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.ResourceConnector/appliances/appliancesExample
```
4 changes: 2 additions & 2 deletions website/docs/r/function_app_connection.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "azurerm_function_app" "test" {
}
}
resource "azurerm_app_service_connection" "example" {
resource "azurerm_function_app_connection" "example" {
name = "example-serviceconnector"
function_app_id = azurerm_function_app.example.id
target_resource_id = azurerm_cosmosdb_account.test.id
Expand Down Expand Up @@ -159,5 +159,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/d
Service Connector for app service can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_app_service_connection.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Web/sites/webapp/providers/Microsoft.ServiceLinker/linkers/serviceconnector1
terraform import azurerm_function_app_connection.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Web/sites/webapp/providers/Microsoft.ServiceLinker/linkers/serviceconnector1
```

0 comments on commit 7e74686

Please sign in to comment.