Get the minimal AWS sample compiling/verifying/evaluating

This commit is contained in:
joeduffy 2017-02-11 13:33:11 -08:00
parent 53a568da87
commit 2e8b04f2a7
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,6 @@
name: aws/minimal
description: A minimal AWS blueprint that consists solely of creating a single VPC resource.
dependencies:
mu: "*"
aws: "*"

View file

@ -1,5 +1,4 @@
import * as mu from "mu";
import * as aws from "@mu/aws";
let vm = new aws.ec2.VPC({ cidrBlock: "10.0.0.0/16" });
let vpc = new aws.ec2.VPC({ cidrBlock: "10.0.0.0/16" });