Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 427 Bytes

TESTING.md

File metadata and controls

22 lines (19 loc) · 427 Bytes

Testing locally

  1. make
  2. Run TF files with the following provider config:
    terraform {
       required_providers {
          streamdal = {
             version = "0.1.0"
             source  = "streamdal.com/tf/streamdal"
          }
       }
    }
    
    provider "streamdal" {
       token              = "1234"
       address            = "localhost:8082"
       connection_timeout = 10
    }

TODO: expand