F securitylake data lake#34521
Conversation
Community NoteVoting for Prioritization
For Submitters
|
… 'transitions' -> 'transition'.
… acceptance testing.
…gion' != configured AWS Region.
# Conflicts: # internal/service/securitylake/data_lake.go # internal/service/securitylake/data_lake_test.go
ewbankkit
left a comment
There was a problem hiding this comment.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccSecurityLake_serial/DataLake' PKG=securitylake
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/securitylake/... -v -count 1 -parallel 20 -run=TestAccSecurityLake_serial/DataLake -timeout 360m
=== RUN TestAccSecurityLake_serial
=== PAUSE TestAccSecurityLake_serial
=== CONT TestAccSecurityLake_serial
=== RUN TestAccSecurityLake_serial/DataLake
=== RUN TestAccSecurityLake_serial/DataLake/tags
=== RUN TestAccSecurityLake_serial/DataLake/lifecycle
=== RUN TestAccSecurityLake_serial/DataLake/lifecycleUpdate
=== RUN TestAccSecurityLake_serial/DataLake/replication
=== RUN TestAccSecurityLake_serial/DataLake/basic
=== RUN TestAccSecurityLake_serial/DataLake/disappears
--- PASS: TestAccSecurityLake_serial (353.74s)
--- PASS: TestAccSecurityLake_serial/DataLake (353.74s)
--- PASS: TestAccSecurityLake_serial/DataLake/tags (66.51s)
--- PASS: TestAccSecurityLake_serial/DataLake/lifecycle (60.69s)
--- PASS: TestAccSecurityLake_serial/DataLake/lifecycleUpdate (69.03s)
--- PASS: TestAccSecurityLake_serial/DataLake/replication (73.25s)
--- PASS: TestAccSecurityLake_serial/DataLake/basic (45.68s)
--- PASS: TestAccSecurityLake_serial/DataLake/disappears (38.58s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/securitylake 359.223s|
@markoskandylis Thanks for the contribution 🎉 👏. |
|
This functionality has been released in v5.30.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Adds support for Security Lake Data Lake
Relations
Relates #29376
References
https://docs.aws.amazon.com/security-lake/latest/APIReference/API_CreateDataLake.html
Output from Acceptance Testing