Using Terraform Provider Defined Functions

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 9

  • @adikhanna891
    @adikhanna891 Місяць тому +2

    A video on writing providers would be great

  • @thebtm
    @thebtm Місяць тому +1

    I would love to see a Deep Dive into the subject with creating private provider functions. I am a firm believer that once you know how to code one language, you can code them majority of the others, just need to learn the keywords and syntax.

  • @adanpatience3361
    @adanpatience3361 7 днів тому +1

    A video on writing a provider for utility functions would be amazing

    • @NedintheCloud
      @NedintheCloud  2 дні тому

      Definitely under consideration, but in the meantime check out the Assert provider: registry.terraform.io/providers/hashicorp/assert/latest

  • @DaveSheeks
    @DaveSheeks Місяць тому +1

    Thanks!

  • @RodStewart_Geek
    @RodStewart_Geek Місяць тому

    My mind immediately went to a provider that consisted solely of cool functions. Would love to see that deep dive.

    • @NedintheCloud
      @NedintheCloud  Місяць тому +1

      It exists! Check out the assert provider that Bruno has been working on: registry.terraform.io/providers/bschaatsbergen/assert/latest/docs

  • @luismendezescobar9049
    @luismendezescobar9049 Місяць тому +1

    @NedintheCloud thanks for the video and yes, could you create a video on how to create our own functions? :)

  • @loredancalimanu8777
    @loredancalimanu8777 Місяць тому

    I’d def want to see how to write a utility provider function or in general a provider in go.