Skip to content

Commit

Permalink
The original code for the aws_quicksight_data_source by @mjgpy3, [h…
Browse files Browse the repository at this point in the history
…ashicorp#11094](hashicorp#11094). Modified to use keyvaluetags which for QuickSight were enabled by [hashicorp#12220](hashicorp#12220). Aligns with the [Refactor Resource Tagging Code to use keyvaluetags Package](hashicorp#10688)

Added `DefaultTimeout`, 60s for now, and respective wait'n'retry functionality.
  • Loading branch information
leppikallio committed Mar 6, 2020
1 parent 2749498 commit e66d5ce
Show file tree
Hide file tree
Showing 6 changed files with 1,966 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ func Provider() terraform.ResourceProvider {
"aws_qldb_ledger": resourceAwsQLDBLedger(),
"aws_quicksight_group": resourceAwsQuickSightGroup(),
"aws_quicksight_user": resourceAwsQuickSightUser(),
"aws_quicksight_data_source": resourceAwsQuickSightDataSource(),
"aws_ram_principal_association": resourceAwsRamPrincipalAssociation(),
"aws_ram_resource_association": resourceAwsRamResourceAssociation(),
"aws_ram_resource_share": resourceAwsRamResourceShare(),
Expand Down
Loading

0 comments on commit e66d5ce

Please sign in to comment.