-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Description
I could not find any information on how to create my own source for modules.
I see some are already built in but for example there is no support for Azure Storage where there is support for AWS storage.
Can someone point me on the http url implementation ? and the S3:: implementation?
I need to build my own that will allow me to call specific APIs which requires headers.
I do not see how headers like API Keys can be passed using the HTTP URLs: https://www.terraform.io/language/modules/sources#http-urls
I like the approach done for S3 bucket where it is using the prefix s3:: but how can I handle my own prefix ?
larsmaes-sogeti, thecomalley-spark and tony-harverson-moonpig