mirror of https://github.com/pulumi/pulumi.git
7 lines
106 B
Puppet
7 lines
106 B
Puppet
![]() |
config cidrBlock string {
|
||
|
default = "Test config variable"
|
||
|
}
|
||
|
|
||
|
output cidrBlock {
|
||
|
value = cidrBlock
|
||
|
}
|