Skip to content

Commit e54320a

Browse files
fix type for real ;)
1 parent 51d41b3 commit e54320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ variable "eventstreams_targets" {
4242

4343
validation {
4444
condition = alltrue([for es_target in var.eventstreams_targets : (es_target.service_to_service_enabled == true && es_target.api_key == null) || (es_target.service_to_service_enabled == false && es_target.api_key != null)])
45-
error_message = "The value of `api_key` should not be provided if 'service_to_service_enabled' is set to thru for event stream targets. If you want to use 'api_key', set 'service_to_service_enabled' to false."
45+
error_message = "The value of `api_key` should not be provided if 'service_to_service_enabled' is set to true for event stream targets. If you want to use 'api_key', set 'service_to_service_enabled' to false."
4646
}
4747
}
4848

0 commit comments

Comments
 (0)