pulumi/pkg/codegen/testing/test/testdata/simple-range-pp/simple-range.pp

8 lines
127 B
Puppet

resource bucket "aws:s3:Bucket" {
options {
range = 10
}
website = {
indexDocument = "index-${range.value}.html"
}
}