Python Pulumi Working with Files

From NovaOrdis Knowledge Base
Revision as of 01:21, 13 January 2022 by Ovidiu (talk | contribs) (Created page with "=Internal= * Python Pulumi Code Examples =Overview= <syntaxhighlight lang='python'> import pulumi source=pulumi.FileAsset('./te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

import pulumi

source=pulumi.FileAsset('./test.txt')