Skip to content

Commit

Permalink
Data source addition for Backupdr Beta (#8854) (#16423)
Browse files Browse the repository at this point in the history
[upstream:191d97928dadbcecabce613f18eff4836ac7982e]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 1, 2023
1 parent 08ad6ea commit 3a7a8eb
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/8854.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-datasource
`google_backup_dr_management_server` (beta)
````
5 changes: 5 additions & 0 deletions .teamcity/components/generated/services.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ var services = mapOf(
"displayName" to "Assuredworkloads",
"path" to "./google/services/assuredworkloads"
),
"backupdr" to mapOf(
"name" to "backupdr",
"displayName" to "Backupdr",
"path" to "./google/services/backupdr"
),
"beyondcorp" to mapOf(
"name" to "beyondcorp",
"displayName" to "Beyondcorp",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package backupdr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
package backupdr_test
32 changes: 32 additions & 0 deletions website/docs/d/backup_dr_management_server.html.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
subcategory: "BackupDR Management Server"
description: |-
Get information about a Backupdr Management server.
---

# google\_backup\_dr\_management\_server

Get information about a Google Backup DR Management server.

~> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider.
See [Provider Versions](https://terraform.io/docs/providers/google/guides/provider_versions.html) for more details on beta resources.

## Example Usage

```hcl
data google_backup_dr_management_server my-backup-dr-management-server {
location = "us-central1"
}
```

## Argument Reference

The following arguments are supported:

* `region` - (Required) The region in which the management server resource belongs.

- - -

## Attributes Reference

See [google_backupdr_management_server](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/backup_dr_management_server) resource for details of the available attributes.

0 comments on commit 3a7a8eb

Please sign in to comment.