Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Aug 12, 2025
1 parent e1acb31 commit 030db20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
| <a name="input_secret_description"></a> [secret\_description](#input\_secret\_description) | Description to be used for the AWS Secret for the Salesforce API | `string` | `"Credentials for Salesforce API"` | no |
| <a name="input_secret_key_name"></a> [secret\_key\_name](#input\_secret\_key\_name) | Name to be used for the AWS Secret KMS Key | `string` | n/a | yes |
| <a name="input_secret_name"></a> [secret\_name](#input\_secret\_name) | Label to be used for the AWS Secret for the Salesforce API | `string` | n/a | yes |
| <a name="input_settings"></a> [settings](#input\_settings) | Configuration settings map | `map(any)` | `{}` | no |
| <a name="input_settings"></a> [settings](#input\_settings) | Configuration settings map | `any` | `{}` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | AWS Tags to apply to appropriate resources | `map(string)` | `{}` | no |

## Outputs
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ variable "log_bucket" {

variable "settings" {
description = "Configuration settings map"
type = map(any)
type = any
default = {}
}

0 comments on commit 030db20

Please sign in to comment.