Skip to content

Commit 9060998

Browse files
committed
r/aws_dms_endpoint: 'postgres_settings.authentication_method' is Optional+Computed.
1 parent 591b869 commit 9060998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/dms/endpoint.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ func resourceEndpoint() *schema.Resource {
373373
"authentication_method": {
374374
Type: schema.TypeString,
375375
Optional: true,
376+
Computed: true,
376377
ValidateDiagFunc: enum.Validate[awstypes.PostgreSQLAuthenticationMethod](),
377378
},
378379
"babelfish_database_name": {

0 commit comments

Comments
 (0)