Skip to content

Commit

Permalink
docs(warehouse): fix obsolete warnings (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj committed Feb 22, 2024
1 parent 50660f0 commit 27a7054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/resources/transactional_warehouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 27a7054

Please sign in to comment.