z_nextsteps.tf 325 B

1234567891011121314
  1. ###############################################
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # This file is generated through 'make all'.
  5. # If you need to make changes, make your changes
  6. # to the corresponding .j file and then rerun
  7. # make all
  8. ###############################################
  9. output "NEXT-STEPS" {
  10. value = <<EOF
  11. Enjoy!
  12. EOF
  13. }