Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/data-sources/iaas_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_iaas_project Data Source - stackit"
subcategory: ""
description: |-
Project details. Must have a region specified in the provider configuration.
Project details. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_iaas_project (Data Source)

Project details. Must have a `region` specified in the provider configuration.
Project details. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_image Data Source - stackit"
subcategory: ""
description: |-
Image datasource schema. Must have a region specified in the provider configuration.
Image datasource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_image (Data Source)

Image datasource schema. Must have a `region` specified in the provider configuration.
Image datasource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/image_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
page_title: "stackit_image_v2 Data Source - stackit"
subcategory: ""
description: |-
Image datasource schema. Must have a region specified in the provider configuration.
Image datasource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
~> Important: When using the name, name_regex, or filter attributes to select images dynamically, be aware that image IDs may change frequently. Each OS patch or update results in a new unique image ID. If this data source is used to populate fields like boot_volume.source_id in a server resource, it may cause Terraform to detect changes and recreate the associated resource.
To avoid unintended updates or resource replacements:
Prefer using a static image_id to pin a specific image version.If you accept automatic image updates but wish to suppress resource changes, use a lifecycle block to ignore relevant changes. For example:
Expand All @@ -29,7 +29,7 @@ description: |-

# stackit_image_v2 (Data Source)

Image datasource schema. Must have a `region` specified in the provider configuration.
Image datasource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

~> Important: When using the `name`, `name_regex`, or `filter` attributes to select images dynamically, be aware that image IDs may change frequently. Each OS patch or update results in a new unique image ID. If this data source is used to populate fields like `boot_volume.source_id` in a server resource, it may cause Terraform to detect changes and recreate the associated resource.

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/key_pair.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_key_pair Data Source - stackit"
subcategory: ""
description: |-
Key pair resource schema. Must have a region specified in the provider configuration.
Key pair resource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_key_pair (Data Source)

Key pair resource schema. Must have a `region` specified in the provider configuration.
Key pair resource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_loadbalancer Data Source - stackit"
subcategory: ""
description: |-
Load Balancer data source schema. Must have a region specified in the provider configuration.
Load Balancer data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_loadbalancer (Data Source)

Load Balancer data source schema. Must have a `region` specified in the provider configuration.
Load Balancer data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/logme_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_logme_credential Data Source - stackit"
subcategory: ""
description: |-
LogMe credential data source schema. Must have a region specified in the provider configuration.
LogMe credential data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_logme_credential (Data Source)

LogMe credential data source schema. Must have a `region` specified in the provider configuration.
LogMe credential data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/logme_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_logme_instance Data Source - stackit"
subcategory: ""
description: |-
LogMe instance data source schema. Must have a region specified in the provider configuration.
LogMe instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_logme_instance (Data Source)

LogMe instance data source schema. Must have a `region` specified in the provider configuration.
LogMe instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/mariadb_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_mariadb_credential Data Source - stackit"
subcategory: ""
description: |-
MariaDB credential data source schema. Must have a region specified in the provider configuration.
MariaDB credential data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_mariadb_credential (Data Source)

MariaDB credential data source schema. Must have a `region` specified in the provider configuration.
MariaDB credential data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/mariadb_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_mariadb_instance Data Source - stackit"
subcategory: ""
description: |-
MariaDB instance data source schema. Must have a region specified in the provider configuration.
MariaDB instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_mariadb_instance (Data Source)

MariaDB instance data source schema. Must have a `region` specified in the provider configuration.
MariaDB instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/mongodbflex_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_mongodbflex_instance Data Source - stackit"
subcategory: ""
description: |-
MongoDB Flex instance data source schema. Must have a region specified in the provider configuration.
MongoDB Flex instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_mongodbflex_instance (Data Source)

MongoDB Flex instance data source schema. Must have a `region` specified in the provider configuration.
MongoDB Flex instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/mongodbflex_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_mongodbflex_user Data Source - stackit"
subcategory: ""
description: |-
MongoDB Flex user data source schema. Must have a region specified in the provider configuration.
MongoDB Flex user data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_mongodbflex_user (Data Source)

MongoDB Flex user data source schema. Must have a `region` specified in the provider configuration.
MongoDB Flex user data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_network Data Source - stackit"
subcategory: ""
description: |-
Network resource schema. Must have a region specified in the provider configuration.
Network resource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_network (Data Source)

Network resource schema. Must have a `region` specified in the provider configuration.
Network resource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/network_area.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_network_area Data Source - stackit"
subcategory: ""
description: |-
Network area datasource schema. Must have a region specified in the provider configuration.
Network area datasource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_network_area (Data Source)

Network area datasource schema. Must have a `region` specified in the provider configuration.
Network area datasource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/network_area_route.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_network_area_route Data Source - stackit"
subcategory: ""
description: |-
Network area route data resource schema. Must have a region specified in the provider configuration.
Network area route data resource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_network_area_route (Data Source)

Network area route data resource schema. Must have a `region` specified in the provider configuration.
Network area route data resource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/network_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_network_interface Data Source - stackit"
subcategory: ""
description: |-
Network interface datasource schema. Must have a region specified in the provider configuration.
Network interface datasource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_network_interface (Data Source)

Network interface datasource schema. Must have a `region` specified in the provider configuration.
Network interface datasource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/objectstorage_bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_objectstorage_bucket Data Source - stackit"
subcategory: ""
description: |-
ObjectStorage bucket data source schema. Must have a region specified in the provider configuration.
ObjectStorage bucket data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_objectstorage_bucket (Data Source)

ObjectStorage bucket data source schema. Must have a `region` specified in the provider configuration.
ObjectStorage bucket data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/objectstorage_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_objectstorage_credential Data Source - stackit"
subcategory: ""
description: |-
ObjectStorage credential data source schema. Must have a region specified in the provider configuration.
ObjectStorage credential data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_objectstorage_credential (Data Source)

ObjectStorage credential data source schema. Must have a `region` specified in the provider configuration.
ObjectStorage credential data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/objectstorage_credentials_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_objectstorage_credentials_group Data Source - stackit"
subcategory: ""
description: |-
ObjectStorage credentials group data source schema. Must have a region specified in the provider configuration.
ObjectStorage credentials group data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_objectstorage_credentials_group (Data Source)

ObjectStorage credentials group data source schema. Must have a `region` specified in the provider configuration.
ObjectStorage credentials group data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/observability_alertgroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_observability_alertgroup Data Source - stackit"
subcategory: ""
description: |-
Observability alert group datasource schema. Used to create alerts based on metrics (Thanos). Must have a region specified in the provider configuration.
Observability alert group datasource schema. Used to create alerts based on metrics (Thanos). Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_observability_alertgroup (Data Source)

Observability alert group datasource schema. Used to create alerts based on metrics (Thanos). Must have a `region` specified in the provider configuration.
Observability alert group datasource schema. Used to create alerts based on metrics (Thanos). Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/observability_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_observability_instance Data Source - stackit"
subcategory: ""
description: |-
Observability instance data source schema. Must have a region specified in the provider configuration.
Observability instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_observability_instance (Data Source)

Observability instance data source schema. Must have a `region` specified in the provider configuration.
Observability instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/observability_logalertgroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_observability_logalertgroup Data Source - stackit"
subcategory: ""
description: |-
Observability log alert group datasource schema. Used to create alerts based on logs (Loki). Must have a region specified in the provider configuration.
Observability log alert group datasource schema. Used to create alerts based on logs (Loki). Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_observability_logalertgroup (Data Source)

Observability log alert group datasource schema. Used to create alerts based on logs (Loki). Must have a `region` specified in the provider configuration.
Observability log alert group datasource schema. Used to create alerts based on logs (Loki). Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/observability_scrapeconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_observability_scrapeconfig Data Source - stackit"
subcategory: ""
description: |-
Observability scrape config data source schema. Must have a region specified in the provider configuration.
Observability scrape config data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_observability_scrapeconfig (Data Source)

Observability scrape config data source schema. Must have a `region` specified in the provider configuration.
Observability scrape config data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/opensearch_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_opensearch_credential Data Source - stackit"
subcategory: ""
description: |-
OpenSearch credential data source schema. Must have a region specified in the provider configuration.
OpenSearch credential data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_opensearch_credential (Data Source)

OpenSearch credential data source schema. Must have a `region` specified in the provider configuration.
OpenSearch credential data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/opensearch_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_opensearch_instance Data Source - stackit"
subcategory: ""
description: |-
OpenSearch instance data source schema. Must have a region specified in the provider configuration.
OpenSearch instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_opensearch_instance (Data Source)

OpenSearch instance data source schema. Must have a `region` specified in the provider configuration.
OpenSearch instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/postgresflex_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_postgresflex_database Data Source - stackit"
subcategory: ""
description: |-
Postgres Flex database resource schema. Must have a region specified in the provider configuration.
Postgres Flex database resource schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_postgresflex_database (Data Source)

Postgres Flex database resource schema. Must have a `region` specified in the provider configuration.
Postgres Flex database resource schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/postgresflex_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "stackit_postgresflex_instance Data Source - stackit"
subcategory: ""
description: |-
Postgres Flex instance data source schema. Must have a region specified in the provider configuration.
Postgres Flex instance data source schema. Uses the default_region specified in the provider configuration as a fallback in case no region is defined on resource level.
---

# stackit_postgresflex_instance (Data Source)

Postgres Flex instance data source schema. Must have a `region` specified in the provider configuration.
Postgres Flex instance data source schema. Uses the `default_region` specified in the provider configuration as a fallback in case no `region` is defined on resource level.

## Example Usage

Expand Down
Loading
Loading