-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Add test package creating local resources with Terraform (#2032)
Added a new test package that uses Terraform to create local resources (files). Those files will be read by the Elastic Agent (as logs) via the volume mount used via SERVICE_LOGS_DIR environment variable. This test package includes Terraform resources and outputs as they were used in aws or aws_logs packages.
- Loading branch information
Showing
46 changed files
with
377 additions
and
1,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ services: | |
volumes: | ||
- ${TF_DIR}:/stage | ||
- ${TF_OUTPUT_DIR}:/output | ||
- ${SERVICE_LOGS_DIR}:/tmp/service_logs/ |
9 changes: 0 additions & 9 deletions
9
test/packages/parallel/aws/data_stream/ec2_metrics/_dev/deploy/tf/env.yml
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
test/packages/parallel/aws/data_stream/ec2_metrics/_dev/deploy/tf/main.tf
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
test/packages/parallel/aws/data_stream/ec2_metrics/_dev/deploy/tf/variables.tf
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
test/packages/parallel/aws/data_stream/ec2_metrics/_dev/test/system/test-default-config.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
test/packages/parallel/aws_logs/data_stream/generic/_dev/deploy/tf/env.yml
This file was deleted.
Oops, something went wrong.
64 changes: 0 additions & 64 deletions
64
test/packages/parallel/aws_logs/data_stream/generic/_dev/deploy/tf/main.tf
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
test/packages/parallel/aws_logs/data_stream/generic/_dev/deploy/tf/variables.tf
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
test/packages/parallel/aws_logs/data_stream/generic/_dev/test/system/test-default-config.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.