Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed May 23, 2024
1 parent 5e8edd6 commit 47de51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/metricbeat/module/aws/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
provider "aws" {
version = "~> 3.33"
region = "us-east-1"
region = "us-east-1"
default_tags {
tags = {
environment = var.ENVIRONMENT
Expand Down Expand Up @@ -74,7 +74,7 @@ data "aws_ami" "latest-amzn" {
most_recent = true
owners = ["amazon"]
filter {
name = "name"
name = "name"
values = [
"amzn2-ami-hvm-*",
]
Expand Down

0 comments on commit 47de51c

Please sign in to comment.