We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591b869 commit 9060998Copy full SHA for 9060998
internal/service/dms/endpoint.go
@@ -373,6 +373,7 @@ func resourceEndpoint() *schema.Resource {
373
"authentication_method": {
374
Type: schema.TypeString,
375
Optional: true,
376
+ Computed: true,
377
ValidateDiagFunc: enum.Validate[awstypes.PostgreSQLAuthenticationMethod](),
378
},
379
"babelfish_database_name": {
0 commit comments