We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ee24c + de0dac7 commit 16a3c44Copy full SHA for 16a3c44
pkg/resource/aws/aws_db_subnet_group.go
@@ -8,7 +8,7 @@ type AwsDbSubnetGroup struct {
8
Description *string `cty:"description"`
9
Id string `cty:"id" computed:"true"`
10
Name *string `cty:"name" computed:"true"`
11
- NamePrefix *string `cty:"name_prefix" computed:"true"`
+ NamePrefix *string `cty:"name_prefix" computed:"true" diff:"-"`
12
SubnetIds []string `cty:"subnet_ids"`
13
Tags map[string]string `cty:"tags"`
14
}
0 commit comments