Skip to content

Commit

Permalink
[CI] Metricbeat: set AWS region to terraform.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed May 22, 2024
1 parent 18a7e54 commit 5e8edd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/metricbeat/module/aws/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
provider "aws" {
version = "~> 3.33"
region = "us-east-1"
default_tags {
tags = {
environment = var.ENVIRONMENT
Expand Down Expand Up @@ -73,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 5e8edd6

Please sign in to comment.