Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apazzolini committed Nov 25, 2024
1 parent 2bddde8 commit a5f243a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/resources/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ resource "doppler_config" "backend_ci_github" {
- `name` (String) The name of the Doppler config
- `project` (String) The name of the Doppler project where the config is located

### Optional

- `inheritable` (Boolean) Whether or not the Doppler config can be inherited by other configs
- `inherits` (List of String) A list of other Doppler config IDs that this config inherits from. IDs match the format "projectSlug.environmentSlug.configName" (e.g. backend.stg.stg), which is most easily retrieved as the id of a doppler_config resource (e.g. doppler_config.backend_stg.id)

### Read-Only

- `id` (String) The ID of this resource.
Expand Down

0 comments on commit a5f243a

Please sign in to comment.