77 lines
2.6 KiB
Markdown
77 lines
2.6 KiB
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "stackitprivatepreview_sqlserverflexbeta_instance Data Source - stackitprivatepreview"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# stackitprivatepreview_sqlserverflexbeta_instance (Data Source)
|
|
|
|
|
|
|
|
## Example Usage
|
|
|
|
```terraform
|
|
data "stackitprivatepreview_sqlserverflexbeta_instance" "example" {
|
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
|
}
|
|
```
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `instance_id` (String) The ID of the instance.
|
|
- `project_id` (String) The STACKIT project ID.
|
|
- `region` (String) The region which should be addressed
|
|
|
|
### Read-Only
|
|
|
|
- `backup_schedule` (String) The schedule for on what time and how often the database backup will be created. The schedule is written as a cron schedule.
|
|
- `edition` (String) Edition of the MSSQL server instance
|
|
- `encryption` (Attributes) this defines which key to use for storage encryption (see [below for nested schema](#nestedatt--encryption))
|
|
- `flavor_id` (String) The id of the instance flavor.
|
|
- `is_deletable` (Boolean) Whether the instance can be deleted or not.
|
|
- `name` (String) The name of the instance.
|
|
- `network` (Attributes) The access configuration of the instance (see [below for nested schema](#nestedatt--network))
|
|
- `replicas` (Number) How many replicas the instance should have.
|
|
- `retention_days` (Number) The days for how long the backup files should be stored before cleaned up. 30 to 365
|
|
- `status` (String)
|
|
- `storage` (Attributes) The object containing information about the storage size and class. (see [below for nested schema](#nestedatt--storage))
|
|
- `tf_original_api_id` (String) The ID of the instance.
|
|
- `version` (String) The sqlserver version used for the instance.
|
|
|
|
<a id="nestedatt--encryption"></a>
|
|
### Nested Schema for `encryption`
|
|
|
|
Read-Only:
|
|
|
|
- `kek_key_id` (String) The key identifier
|
|
- `kek_key_ring_id` (String) The keyring identifier
|
|
- `kek_key_version` (String) The key version
|
|
- `service_account` (String)
|
|
|
|
|
|
<a id="nestedatt--network"></a>
|
|
### Nested Schema for `network`
|
|
|
|
Read-Only:
|
|
|
|
- `access_scope` (String) The network access scope of the instance
|
|
|
|
⚠️ **Note:** This feature is in private preview. Supplying this object is only permitted for enabled accounts. If your account does not have access, the request will be rejected.
|
|
- `acl` (List of String) List of IPV4 cidr.
|
|
- `instance_address` (String)
|
|
- `router_address` (String)
|
|
|
|
|
|
<a id="nestedatt--storage"></a>
|
|
### Nested Schema for `storage`
|
|
|
|
Read-Only:
|
|
|
|
- `class` (String) The storage class for the storage.
|
|
- `size` (Number) The storage size in Gigabytes.
|