Skip to content

Commit

Permalink
Merge pull request #15169 from zopanix/master
Browse files Browse the repository at this point in the history
Update data_source_aws_kms_secrets.go
  • Loading branch information
anGie44 authored Sep 16, 2020
2 parents d72d258 + bc5b1ad commit 4acabfc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions aws/data_source_aws_kms_secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ func dataSourceAwsKmsSecrets() *schema.Resource {
},
},
"plaintext": {
Type: schema.TypeMap,
Computed: true,
Elem: &schema.Schema{
Type: schema.TypeString,
Sensitive: true,
},
Type: schema.TypeMap,
Computed: true,
Sensitive: true,
Elem: &schema.Schema{Type: schema.TypeString},
},
},
}
Expand Down

0 comments on commit 4acabfc

Please sign in to comment.