Python Pulumi Working with Files: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Python Pulumi Code Examples =Overview= <syntaxhighlight lang='python'> import pulumi source=pulumi.FileAsset('./te...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[ | * [[Pulumi_Programming_Model#Other_Code_Examples|Pulumi Programming Model | Code Examples]] | ||
=Overview= | =Overview= |
Latest revision as of 01:00, 15 April 2022
Internal
Overview
import pulumi
source=pulumi.FileAsset('./test.txt')