We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc712f commit f51d04eCopy full SHA for f51d04e
output.tf
@@ -19,7 +19,7 @@ output "platform_iam_role_policy_arns" {
19
}
20
21
output "platform_iam_role_enabled" {
22
- description = "Flag to enable IAM role for the platform. Enable this or `platform_user_enabled`"
+ description = "Flag to enable IAM role for the platform. Either this or or `platform_user_enabled` should be enabled"
23
value = var.platform_feature_enabled
24
25
0 commit comments