mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-11 11:38:40 +00:00
Create Pulumi-provisioned web server
This commit is contained in:
11
PulumiWebServer/BashString.fsi
Normal file
11
PulumiWebServer/BashString.fsi
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PulumiWebServer
|
||||
|
||||
type BashString
|
||||
|
||||
[<RequireQualifiedAccess>]
|
||||
module BashString =
|
||||
val make : string -> BashString
|
||||
|
||||
/// Get the original string that was used to make this BashString.
|
||||
/// This is not safe to interpolate into a Bash script.
|
||||
val unsafeOriginal : BashString -> string
|
Reference in New Issue
Block a user