Update modules/cloud-run-v2/variables.tf

Co-authored-by: Wiktor Niesiobędzki <github@vink.pl>
This commit is contained in:
Maciej Sikora
2025-06-18 11:19:24 +02:00
committed by Wiktor Niesiobędzki
parent f2401ed4c8
commit b062a8b521

View File

@@ -136,7 +136,7 @@ variable "iap_config" {
validation {
condition = !(length(try(var.iap_config.iam, [])) > 0 && length(try(var.iap_config.iam_additive, [])) > 0)
error_message = "When 'iam' or 'iam_additive' lists are provided in iap_config, they must not be empty."
error_message = "Providing both 'iam' and 'iam_additive' in iap_config is not supported."
}
validation {