You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Failed to get default region from provider configuration. Please set the region attribute, use a regional instance_id, or configure a default region in the provider.",
143
+
)
144
+
145
+
return
146
+
}
147
+
148
+
region=defaultRegion
137
149
}
138
150
}
139
151
152
+
ifregion=="" {
153
+
resp.Diagnostics.AddError(
154
+
"Missing region",
155
+
"Could not determine region for MongoDB snapshot. Please set the region attribute, use a regional instance_id, or configure a default region in the provider.",
0 commit comments