From 8c03916497f49a440d39f3a1fff0b2713139d6a6 Mon Sep 17 00:00:00 2001 From: Josh Mahowald Date: Tue, 30 Mar 2021 23:16:58 -0500 Subject: [PATCH] gateway config contains pre shared key --- aws/resource_aws_vpn_connection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/resource_aws_vpn_connection.go b/aws/resource_aws_vpn_connection.go index d0106992b83..c7951844457 100644 --- a/aws/resource_aws_vpn_connection.go +++ b/aws/resource_aws_vpn_connection.go @@ -395,6 +395,7 @@ func resourceAwsVpnConnection() *schema.Resource { // Begin read only attributes "customer_gateway_configuration": { Type: schema.TypeString, + Sensitive: true, Computed: true, },