Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws/cloudtrail/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# CloudTrail inputs
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudtrail/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudtrail/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# Cloud Watch Logs inputs
cloudwatch_logs_fields = { account = local.aws_account_id }
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/cloudwatchlogsforwarder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchmetrics/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudwatchmetrics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# S3 bucket inputs
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/elasticloadbalancing/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# S3 bucket inputs
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/elb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# S3 bucket inputs
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseforlogs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
source = "SumoLogic/sumologic"
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseformetrics/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# S3 bucket inputs
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/kinesisfirehoseformetrics/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
source = "SumoLogic/sumologic"
Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/examples/default/locals.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
# AWS account details
aws_account_id = data.aws_caller_identity.current.account_id
aws_region = data.aws_region.current.name
aws_region = data.aws_region.current.region

# AWS resource tags
aws_resource_tags = {
Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/examples/default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion aws/rootcause/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.16.2, < 6.0.0"
version = ">= 5.16.2, < 7.0.0"
}
sumologic = {
version = ">= 2.31.3, < 4.0.0"
Expand Down