Skip to content

Commit

Permalink
Update data_source_aws_kms_secrets.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zopanix authored Sep 16, 2020
1 parent be7d44e commit bc5b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_kms_secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func dataSourceAwsKmsSecrets() *schema.Resource {
"plaintext": {
Type: schema.TypeMap,
Computed: true,
Sensitive: true
Sensitive: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
},
Expand Down

0 comments on commit bc5b1ad

Please sign in to comment.