fixup! Add storage_encrypted as an optional parameter to aws_rds_cluster
This commit is contained in:
parent
8a60c68c8c
commit
b3864db462
|
@ -74,6 +74,7 @@ func resourceAwsRDSCluster() *schema.Resource {
|
||||||
"storage_encrypted": &schema.Schema{
|
"storage_encrypted": &schema.Schema{
|
||||||
Type: schema.TypeBool,
|
Type: schema.TypeBool,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
|
Default: false,
|
||||||
ForceNew: true,
|
ForceNew: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue