gentle-zoo-32137
08/25/2024, 7:37 PMregion arg for aws.Provider has type aws.Region. But that type is essentially an enum, and it doesn't include all AWS regions (e.g. ap-southeast-5, il-central-1 aren't there). How is one supposed to create a provider for a region that isn't in the enum without getting compilation errors? What am I missing here?modern-zebra-45309
08/26/2024, 7:54 AM