Add note about stability and tweak index docs

This commit is contained in:
Bryce Lampe
2024-04-22 15:57:02 -07:00
parent a6247a78b1
commit 72bd40b97c
14 changed files with 160 additions and 112 deletions

12
sdk/nodejs/image.ts generated
View File

@@ -13,16 +13,10 @@ import * as utilities from "./utilities";
*
* ## Stability
*
* **This resource is experimental and subject to change.**
* **This resource is pre-1.0 and in public preview.**
*
* API types are unstable. Subsequent releases _may_ require manual edits
* to your state file(s) in order to adopt API changes.
*
* `retainOnDelete: true` is recommended with this resource until it is
* stable. This enables future API changes to be adopted more easily by renaming
* resources.
*
* Only use this resource if you understand and accept the risks.
* We will strive to keep APIs and behavior as stable as possible, but we
* cannot guarantee stability until version 1.0.
*
* ## Migrating v3 and v4 Image resources
*