terraform-provider-stackitp.../docs/resources/mariadb_instance.md
Henrique Santos 9d11098102
Improve region details (#90)
* Make client config error message more clear

* Add missing log

* Add region detail to resource/data source description

* Generate docs

* Remove resourcemanager using region

* Apply changes to MongoDBFlex user

* Generate docs

* Fix wrong description

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-10-17 16:02:13 +01:00

1.5 KiB

page_title subcategory description
stackit_mariadb_instance Resource - stackit MariaDB instance resource schema. Must have a region specified in the provider configuration.

stackit_mariadb_instance (Resource)

MariaDB instance resource schema. Must have a region specified in the provider configuration.

Example Usage

resource "stackit_mariadb_instance" "example" {
  project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  name       = "example-instance"
  version    = "10"
  plan_name  = "example-plan-name"
  parameters = {
    sgw_acl = "x.x.x.x/x,y.y.y.y/y"
  }
}

Schema

Required

  • name (String) Instance name.
  • plan_name (String) The selected plan name.
  • project_id (String) STACKIT project ID to which the instance is associated.
  • version (String) The service version.

Optional

Read-Only

  • cf_guid (String)
  • cf_organization_guid (String)
  • cf_space_guid (String)
  • dashboard_url (String)
  • id (String) Terraform's internal resource ID. It is structured as "project_id,instance_id".
  • image_url (String)
  • instance_id (String) ID of the MariaDB instance.
  • plan_id (String) The selected plan ID.

Nested Schema for parameters

Optional:

  • sgw_acl (String)