Skip to content

Commit

Permalink
Remove legacy providers configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJJ committed Oct 28, 2022
1 parent e258974 commit 6aff11b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This is a Terraform module / AWS [Lambda function](https://github.com/brightbock
module "cloudfront_log_to_cloudwatch" {
source = "git::https://github.com/brightbock/cloudfront-logs-to-cloudwatch.git?ref=v0.1.1"
aws_region = "us-east-1"
project_name = "cloudfront_logs_demo"
log_group_name = "cloudfront_logs_demo"
s3_object_arn_list = ["arn:aws:s3:::BUCKET/*.gz"]
Expand Down
3 changes: 0 additions & 3 deletions providers.tf

This file was deleted.

5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "aws_region" {
type = string
default = "us-east-1"
}

variable "project_name" {
type = string
default = "cfl_to_cwl_demo"
Expand Down

0 comments on commit 6aff11b

Please sign in to comment.