Skip to content

Commit

Permalink
fix example dirs and links
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed May 29, 2024
1 parent a15a06c commit 4f9c64c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Terraform module to deploy the Kosli environment reporter as an AWS lambda funct

3. Configure your AWS credentials: Terraform needs access to your AWS account to be able to manage your resources. You can set up your AWS credentials by following the instructions in the [AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html)

4. Create a Terraform configuration: In order to use the Kosli reporter module, you'll need to create a Terraform configuration. Here are configuration examples that will track [ECS](./examples/ecs), [Lambda](./examples/lambda), [S3](./examples/s3) resources.
4. Create a Terraform configuration: In order to use the Kosli reporter module, you'll need to create a Terraform configuration. There are configuration examples ([see here](https://github.com/kosli-dev/terraform-aws-kosli-reporter/tree/master/examples)) that will track ECS cluster, S3 bucket and Lambda functions - `lambda-report-all`, which will report all Lambda functions in the region and `lambda-report-selectively`, which reports only selected functions.

5. Initialize and run Terraform: Once Terraform configuration is created, you'll need to initialize Terraform by running the `terraform init` command in the same directory as your configuration files. This will download the necessary modules and providers for your configuration. Then, you can run the `terraform apply` command to apply your configuration.

Expand Down
1 change: 1 addition & 0 deletions examples/lambda-report-all/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This example deploys Kosli reporter to track all Lambda functions in your AWS region.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions examples/lambda-report-selectively/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This example deploys Kosli reporter to track only selected Lambda functions in your AWS region.
File renamed without changes.
1 change: 0 additions & 1 deletion examples/lambda/README.md

This file was deleted.

0 comments on commit 4f9c64c

Please sign in to comment.