pulumi/pkg/operations
Luke Hoban 3b461ffcb3
Use AWS access key in operations prvider when available (#697)
If the stack config specifies AWS credentials, these should be used in the operations provider instead of ambient credentials.  This is necessary to ensure that we have access to resources in the target account.

Fixes pulumi/pulumi-service#389
2017-12-11 15:40:39 -08:00
..
testdata
operations.go
operations_aws.go Use AWS access key in operations prvider when available (#697) 2017-12-11 15:40:39 -08:00
operations_cloud_aws.go Update logs after changes in pulumi/cloud names (#684) 2017-12-09 17:27:43 -08:00
operations_cloud_aws_test.go Update logs after changes in pulumi/cloud names (#684) 2017-12-09 17:27:43 -08:00
resources.go
resources_test.go