Skip to content

Commit 16a3c44

Browse files
authored
Merge branch 'main' into fix_aws_db_instance
2 parents 64ee24c + de0dac7 commit 16a3c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/aws/aws_db_subnet_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type AwsDbSubnetGroup struct {
88
Description *string `cty:"description"`
99
Id string `cty:"id" computed:"true"`
1010
Name *string `cty:"name" computed:"true"`
11-
NamePrefix *string `cty:"name_prefix" computed:"true"`
11+
NamePrefix *string `cty:"name_prefix" computed:"true" diff:"-"`
1212
SubnetIds []string `cty:"subnet_ids"`
1313
Tags map[string]string `cty:"tags"`
1414
}

0 commit comments

Comments
 (0)