You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "The value of the `force_versioning` input variable."
value = var.force_versioning
}
output "checked" {
description = "Whether the module consistency check is complete. Used for forcing other resources/modules to wait for this check to complete before running."
# This ternary just forces the response to wait for the lock file to be written
value = module.assert_no_unversioned_modules.checked