Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(warehouse): fix obsolete warnings #91

Closed
wants to merge 1 commit into from
Closed
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
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