From 27a7054239930a015292ee04b934e8c1a864d56a Mon Sep 17 00:00:00 2001 From: Norbert Dopjera Date: Thu, 22 Feb 2024 23:40:22 +0100 Subject: [PATCH] docs(warehouse): fix obsolete warnings (#92) --- docs/resources/transactional_warehouse.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/resources/transactional_warehouse.md b/docs/resources/transactional_warehouse.md index d01542a..a85fe1c 100644 --- a/docs/resources/transactional_warehouse.md +++ b/docs/resources/transactional_warehouse.md @@ -58,8 +58,6 @@ resource "montecarlo_transactional_warehouse" "example" { - **MYSQL** - **SQL-SERVER** - > **Warning:** If changed in the remote instance state or in the _Terraform_ configuration, resource instance will be **deleted** (leading to a new resource creation on the next `terraform plan/apply`). - - `credentials` (Attributes nested) Configuration options used by the warehouse connection for authentication and authorization against _Transactional DB_. (see [below for nested schema](#nestedatt--credentials)) ### Optional @@ -80,7 +78,6 @@ Required: - `port` (Number) Positive integer in range _[0, 65536]_ - `database` (String) Name of the database to connect this warehouse to. - - If changed in the _Terraform_ configuration or externally in the remote instance state, resource instance will be **deleted** (leading to a new resource creation on the next `terraform plan/apply`). - `password` (String, Sensitive)