diff --git a/docs/data-sources/external.md b/docs/data-sources/external.md index 2a31b22e..1145b933 100644 --- a/docs/data-sources/external.md +++ b/docs/data-sources/external.md @@ -24,7 +24,7 @@ output "root-value-hello" { ## Argument Reference * `source` - (Required) A string with sops-encrypted data -* `input_type` - (Required) `yaml`, `json` or `raw`, depending on the structure of the un-encrypted data. +* `input_type` - (Required) `yaml`, `json` `dotenv` (`.env`), `ini` or `raw`, depending on the structure of the un-encrypted data. ## Attribute Reference diff --git a/docs/data-sources/file.md b/docs/data-sources/file.md index 26527648..019ae167 100644 --- a/docs/data-sources/file.md +++ b/docs/data-sources/file.md @@ -30,7 +30,7 @@ output "nested-json-value" { ## Argument Reference * `source_file` - (Required) Path to the encrypted file -* `input_type` - (Optional) The provider will use the file extension to determine how to unmarshal the data. If your file does not have the usual extension, set this argument to `yaml` or `json` accordingly, or `raw` if the encrypted data is encoded differently. +* `input_type` - (Optional) The provider will use the file extension to determine how to unmarshal the data. If your file does not have the usual extension, set this argument to `yaml`, `json`, `dotenv` (`.env`), `ini` accordingly, or `raw` if the encrypted data is encoded differently. ## Attribute Reference