Skip to content

Commit

Permalink
Update AWS plugin
Browse files Browse the repository at this point in the history
This adds region information to IAM calls in AWS plugin and hopefully
fixes #2233
  • Loading branch information
jefferai committed Sep 2, 2022
1 parent 01fb949 commit d5cff1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/host/mains/aws/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/hashicorp/boundary/plugins/host/mains/aws
go 1.17

require (
github.com/hashicorp/boundary-plugin-host-aws v0.1.2
github.com/hashicorp/boundary-plugin-host-aws v0.1.3
github.com/hashicorp/boundary/sdk v0.0.21
)

Expand Down
4 changes: 2 additions & 2 deletions plugins/host/mains/aws/go.sum
Expand Up @@ -82,8 +82,8 @@ github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU=
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/hashicorp/boundary-plugin-host-aws v0.1.2 h1:r8vkoTe/tAbTavfZOsmeJw4b+EtlO3Eka+oyC92ga3k=
github.com/hashicorp/boundary-plugin-host-aws v0.1.2/go.mod h1:xpgU6rHcw9aWOs4knpz6UGKCG5jGCaVDeuEbUWJM6gM=
github.com/hashicorp/boundary-plugin-host-aws v0.1.3 h1:dmsS0wpul4gcXLSNYGypiBg8wmx4Oalh9wI6ZQjNDy0=
github.com/hashicorp/boundary-plugin-host-aws v0.1.3/go.mod h1:xpgU6rHcw9aWOs4knpz6UGKCG5jGCaVDeuEbUWJM6gM=
github.com/hashicorp/boundary/sdk v0.0.21 h1:amDhqGTQh8+AMBKe4rLeqJUxntkviurWV9ws2UUhFHI=
github.com/hashicorp/boundary/sdk v0.0.21/go.mod h1:LQJL4dxljJc1rhsc8j0IC+P5vh8Ttr7onfqGGDFzd2w=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit d5cff1d

Please sign in to comment.