github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/simple-range-pp/simple-range.pp (about)

     1  resource bucket "aws:s3:Bucket" {
     2  	options {
     3  	    range = 10
     4  	}
     5  	website = {
     6  		indexDocument = "index-${range.value}.html"
     7  	}
     8  }