Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: Support for Redshift Cluster encryption using a KMS key #6712

Merged
merged 1 commit into from
May 17, 2016

Conversation

brotbert
Copy link
Contributor

Trivial change to support an Amazon or customer provided KMS key for encryption.

make test TEST=./builtin/providers/aws
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /vendor/)
2016/05/17 15:59:43 Generated command/internal_plugin_list.go
TF_ACC= go test ./builtin/providers/aws  -timeout=30s -parallel=4
ok    github.com/hashicorp/terraform/builtin/providers/aws  1.832s

@catsby
Copy link
Contributor

catsby commented May 17, 2016

Acceptance test passed:

TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftCluster_basic -timeout 120m
=== RUN   TestAccAWSRedshiftCluster_basic
--- PASS: TestAccAWSRedshiftCluster_basic (550.01s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/aws    550.047s
Test:

Thanks!

@catsby catsby merged commit faa6ddb into hashicorp:master May 17, 2016
@brotbert brotbert deleted the redshift_kms_support branch May 17, 2016 18:14
ojongerius added a commit to atlassian/terraform that referenced this pull request May 18, 2016
…equire_full_window_and_locked

* upstream/master: (665 commits)
  merged createVirtualMachine and deployVirtualMachine to setupVirtualMachine (hashicorp#6659)
  Update CHANGELOG.md
  provider/fastly: add support for custom VCL configuration (supersedes hashicorp#6587) (hashicorp#6662)
  Remove CHANGELOG entry for backported 0.6.17 feature
  Update CHANGELOG.md
  provider/vsphere: wait for network enhanced (hashicorp#6377)
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update CHANGELOG.md
  docs: clarify an internal-plugins header
  Fixes an vet error.
  Update CHANGELOG.md
  provider/aws: Support for Redshift Cluster encryption using a KMS key (hashicorp#6712)
  provider/aws: Randomize key names in KMS alias test
  Include the list of allowed values for AWS auto scaling group termination policies (hashicorp#6710)
  website: docs for azurerm custom images
  Update CHANGELOG.md
  Godeps: rm dup github.com/ryanuber/columnize
  Add note about paid training
  provider/aws: Fix crash in ElastiCache param group
  ...
@ghost
Copy link

ghost commented Apr 25, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants