Mastering Data Transformation in Terraform | Terraform Pro Exam Prep

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 4

  • @byron_glover
    @byron_glover 18 днів тому

    Thank you for all your great videos Ned, they have really helped me with developing my TF skills.

  • @Rolando-u7v
    @Rolando-u7v 19 днів тому

    Excellent explanation and useful examples, than you a lot.

  • @gl-ois
    @gl-ois 20 днів тому

    An easier way of handling `to_port` might be: `reverse(split("-", each.value["port_range"]))[0]`, which will always return the second number in the range if it exists (because it's reversing the list order), or otherwise return the lone port number (since it's the only element in the list).