You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(response actions) Full validation [SSPROD-64190] (#106)
* Preliminary work for management account.
* Attempt to use stackset to deploy lambdas to all specified regions.
* Roles extracted from cloudformation stack as they are not regional.
* Some fixes
* Adopting the strategy of fetching lambdas from Sysdig public S3 buckets.
* WORKING
* Added the possibility to disable some actions.
* Preliminary support for subaccounts
* Fixed organizational stuff
* Other fixes.
* Some comments
* Short names in tags
* Simple names as tags in resources
* Removing unnecessary stuff
* Initial change to support sysdig components
* Other fixes.
* Fixed version.
* Added components outputs
* Creating S3 storage and lambda to upload lambda code
* Fix indent
* Fixed.
* Set new terraform plugin
* Fixed readme
* Some cleanup
* Removed versioning and normalizing bucket names
* Aligning terraform plugin
* Added `wait_for_basic`
* Linting
* Provider data
* Using customer id hash as external id
* Fixed bug
* Preliminary support for validation: adding validation role. TODO test
* Locally testing
* Fix
* New version
* New sysdig provider
* Version embedded in tf, not using external input
* Attempting to be sure to update lambdas
Copy file name to clipboardExpand all lines: modules/response-actions/locals.tf
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ data "aws_organizations_organization" "org" {
25
25
}
26
26
27
27
locals {
28
+
response_actions_version="1.0.2"
29
+
28
30
# fetch the AWS Root OU under org
29
31
# As per https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#organization-structure, there can be only one root
0 commit comments