mirror of https://github.com/pulumi/pulumi.git
4 lines
76 B
Puppet
4 lines
76 B
Puppet
|
resource dbCluster "aws:rds:Cluster" {
|
||
|
masterPassword = secret("foobar")
|
||
|
}
|