-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform: enable build tag (#13841)
(cherry picked from commit b4c79b3) # Conflicts: # testing/infra/terraform/modules/tags/output.tf
- Loading branch information
1 parent
e054090
commit bd1e502
Showing
3 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
variable "project" { | ||
description = "The value to use for the project tag/label" | ||
} | ||
|
||
variable "build" { | ||
description = "The value to use for the build tag/label" | ||
default = "unknown" | ||
} |