fix(cloud-init): quick review of examples

This commit is contained in:
Michele Cereda
2024-07-22 23:17:23 +02:00
parent 328ae1f775
commit ca8a9eaec1
3 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
import * as acme from '@pulumiverse/acme';
import * as aws from "@pulumi/aws";
import * as cloudinit from "@pulumi/cloudinit";
import * as command from "@pulumi/command"
import * as fs from 'fs';
import * as command from "@pulumi/command";
import * as pulumi from "@pulumi/pulumi";
import * as tls from "@pulumi/tls";
import * as yaml from "yaml";