Skip to content

Commit

Permalink
Azure TF | Add missing comma to variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: rivkas <[email protected]>
  • Loading branch information
chkp-eddiek and chkp-rivkas authored Nov 12, 2024
1 parent da33746 commit e004438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ locals { // locals for 'vm_os_offer' allowed values
vm_os_offer_allowed_values = [
"check-point-cg-r81",
"check-point-cg-r8110",
"check-point-cg-r8120"
"check-point-cg-r8120",
"check-point-cg-r82"
]
// will fail if [var.vm_os_offer] is invalid:
Expand Down

0 comments on commit e004438

Please sign in to comment.