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
{{ message }}
This repository was archived by the owner on Jul 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: examples/basic-example/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ variable "build_image" {
59
59
default="aws/codebuild/nodejs:6.3.1"
60
60
}
61
61
62
-
variable"build_privileged_override" {
62
+
variable"build_privileged_override" {
63
63
description="Set the build privileged override to 'true' if you are not using a CodeBuild supported Docker base image. This is only relevant to building Docker images"
0 commit comments