sparse-intern-71089
03/25/2020, 12:06 AMrhythmic-camera-25993
03/25/2020, 2:23 PMget_
method. In python that might look like: get_security_group(id=<some_sg_id>, opts=pulumi.InvokeOptions(provider=my_custom_provider))
limited-librarian-23694
03/25/2020, 5:48 PM~/.aws/config
file, my region was set to us-west-2
. In the auto-generated pulumi config, though, the region was set to us-east-1
. For some reason pulumi was respecting the region from the ~/.aws/config
file when creating resources, but was using the region from the pulumi config when querying resources.