Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Oct 17, 2023
1 parent ca1b3d4 commit 7dc978c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: awscontroltower-yaml
runtime: yaml
description: A minimal Pulumi YAML program
resources:
account:
type: awscontroltower:controlTowerAwsAccount
properties:
name: "Pulumi Example"
email: "pulumi-example@lbrlabs.com"
organizationalUnit: "Testing"
organizationalUnitIdOnDelete: "ou-p8qa-7ts76j9l"
closeAccountOnDelete: true
sso:
firstName: "Lee"
lastName: "Briggs"
email: "lee@brig.gs"

0 comments on commit 7dc978c

Please sign in to comment.