fix(docs): store IDs of resource after privisioning in contribution guide (#1028)

also adjust the contribution guide to show the new multi-region implementation

relates to STACKITTPR-374
This commit is contained in:
Ruben Hönle 2025-10-15 14:47:16 +02:00 committed by GitHub
parent 4103c33fd2
commit 2a077d17d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 109 additions and 30 deletions

View file

@ -33,7 +33,4 @@ func AdaptRegion(ctx context.Context, configRegion types.String, planRegion *typ
*planRegion = intendedRegion
}
resp.Diagnostics.Append(resp.Plan.SetAttribute(ctx, p, *planRegion)...)
if resp.Diagnostics.HasError() {
return
}
}