Skip to content

Commit d6acac5

Browse files
INTMDB-710: Serverless Instance wants to do an in-place update on every run (#1152)
1 parent 1343855 commit d6acac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodbatlas/data_source_mongodbatlas_third_party_integrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func integrationToSchema(d *schema.ResourceData, integration *matlas.ThirdPartyI
100100
"routing_key": integrationSchema.RoutingKey,
101101
"url": integrationSchema.URL,
102102
"secret": integrationSchema.Secret,
103-
"microsoft_teams_webhook_url": integrationSchema.MicrosoftTeamsWebhookURL,
103+
"microsoft_teams_webhook_url": integration.MicrosoftTeamsWebhookURL,
104104
"user_name": integrationSchema.UserName,
105105
"password": integrationSchema.Password,
106106
"service_discovery": integration.ServiceDiscovery,

0 commit comments

Comments
 (0)