@aws/nx-plugin 0.83.0 → 0.83.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -270,6 +270,14 @@ resource "aws_cognito_user_pool_client" "web_client" {
|
|
|
270
270
|
# Auth session validity
|
|
271
271
|
auth_session_validity = 3
|
|
272
272
|
|
|
273
|
+
# Callback urls are added via the add-callback-url module and should not be overwritten.
|
|
274
|
+
lifecycle {
|
|
275
|
+
ignore_changes = [
|
|
276
|
+
callback_urls,
|
|
277
|
+
logout_urls
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
|
|
273
281
|
}
|
|
274
282
|
|
|
275
283
|
# Identity Pool
|