Skip to content

Commit

Permalink
New Resource: aws_quicksight_vpc_connection (#31309)
Browse files Browse the repository at this point in the history
* r/aws_quicksight_vpc_connection: add new resource

Fixes #31281

* r/aws_quicksight_vpc_connection(test): use shared VPCWithSubnets config

---------

Co-authored-by: Jared Baker <jared.baker@hashicorp.com>
  • Loading branch information
g-dx and jar-b authored May 11, 2023
1 parent e050901 commit 85aab32
Show file tree
Hide file tree
Showing 8 changed files with 926 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/31309.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_quicksight_vpc_connection
```
1 change: 1 addition & 0 deletions internal/service/quicksight/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ var (
ResourceNamespace = newResourceNamespace
ResourceRefreshSchedule = newResourceRefreshSchedule
ResourceTemplateAlias = newResourceTemplateAlias
ResourceVPCConnection = newResourceVPCConnection
)
2 changes: 0 additions & 2 deletions internal/service/quicksight/iam_policy_assignment.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"strings"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/quicksight"
Expand Down Expand Up @@ -39,7 +38,6 @@ const (
ResNameIAMPolicyAssignment = "IAM Policy Assignment"

DefaultIAMPolicyAssignmentNamespace = "default"
iamPropagationTimeout = 2 * time.Minute
identitiesUserKey = "user"
identitiesGroupKey = "group"
)
Expand Down
7 changes: 7 additions & 0 deletions internal/service/quicksight/service_package_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85aab32

Please sign in to comment.