Skip to content

Commit 27a7054

Browse files
authored
docs(warehouse): fix obsolete warnings (#92)
1 parent 50660f0 commit 27a7054

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/resources/transactional_warehouse.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ resource "montecarlo_transactional_warehouse" "example" {
5858
- **MYSQL**
5959
- **SQL-SERVER**
6060

61-
> **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`).
62-
6361
- `credentials` (Attributes nested) Configuration options used by the warehouse connection for authentication and authorization against _Transactional DB_. (see [below for nested schema](#nestedatt--credentials))
6462

6563
### Optional
@@ -80,7 +78,6 @@ Required:
8078
- `port` (Number) Positive integer in range _[0, 65536]_
8179

8280
- `database` (String) Name of the database to connect this warehouse to.
83-
- 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`).
8481

8582
- `password` (String, Sensitive)
8683

0 commit comments

Comments
 (0)