Skip to content

Commit

Permalink
doc: add warning on change env after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonouellet committed Apr 27, 2024
1 parent 3b78b4b commit 7c2c2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ resource "humanitec_application" "example" {

### Optional

- `env` (Attributes) Initial environment to create. Will be `development` by default. (see [below for nested schema](#nestedatt--env))
- `env` (Attributes) Initial environment to create. Will be `development` by default (see [below for nested schema](#nestedatt--env))
> **Warning**: Change `env` value after creation will force destroy this resource and his dependencies (include environments, values, webhook, workloads, etc.).
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts))

<a id="nestedatt--env"></a>
Expand Down

0 comments on commit 7c2c2bc

Please sign in to comment.