brash-waitress-49970
08/25/2023, 1:04 PMbillowy-army-68599
brash-waitress-49970
08/25/2023, 2:11 PMconfig:
aws:region: eu-central-1
doesnt have any impact unless I use it in my code?salmon-account-74572
08/28/2023, 2:35 PMaws:region
configuration will impact the default provider, but won’t affect any explicit providers you create using a technique like @billowy-army-68599 suggests.
For deploying to multiple regions with a single stack, using explicit providers is the way to go. For deploying the same set of resources to different regions, use a different stack for each region (with an appropriate configuration value set).
Let us know if you have more questions, we’re happy to help!brash-waitress-49970
08/28/2023, 3:08 PMsalmon-account-74572
08/28/2023, 3:10 PMbrash-waitress-49970
08/28/2023, 3:14 PMsalmon-account-74572
08/28/2023, 3:33 PM