Skip to content

Commit

Permalink
aws_vpn_connection resource's customer_gateway_configuration should b…
Browse files Browse the repository at this point in the history
…e sensitive because the xml contains tunnel psk

Signed-off-by: Ben Dean <ben.dean@ontariosystems.com>
  • Loading branch information
b-dean authored and anGie44 committed Feb 3, 2022
1 parent b2ec875 commit 199a430
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/service/ec2/vpn_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ func ResourceVPNConnection() *schema.Resource {
Computed: true,
},
"customer_gateway_configuration": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Sensitive: true,
Computed: true,
},
"customer_gateway_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit 199a430

Please sign in to comment.