Skip to content

Commit

Permalink
Fix PF test to cover autonaming
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Aug 2, 2023
1 parent fea11eb commit f2a4e05
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions examples/plugin-framework/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ outputs: {}
resources:
bucket-example:
type: aws:s3:Bucket
resourceexplorer-example:
type: aws:resourceexplorer/index:Index
properties:
type: LOCAL

# It turns out that resourceexplorer can only be provisioned once per region, creating conflicts if this test run in
# parallel. Perhaps not a great example.
#
# resourceexplorer-example:
# type: aws:resourceexplorer/index:Index
# properties:
# type: LOCAL

# cidrcollection also tests auto-naming, it should get a random-suffixed name such as below, without specifying one:
# "name": "cidrcollection-example-8eb4b3b"

cidrcollection-example:
type: aws:route53/cidrCollection:CidrCollection
properties:
name: collection-example
variables: {}

0 comments on commit f2a4e05

Please sign in to comment.