Skip to content

Commit

Permalink
fix: mudança sugerida pelo tflint
Browse files Browse the repository at this point in the history
  • Loading branch information
gomex committed Oct 24, 2024
1 parent 4d55d6c commit 1d33bee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ provider "aws" {
}

terraform {
required_version = "1.5.5"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
tls = {
source = "hashicorp/tls"
version = "4.0.6"
}
}
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ variable "project" {
variable "node_ami_type" {
description = "AMI ID for worker nodes"
type = string
default = "ami-XXXXXXXXXXXXXXXXX"
default = "AL2_x86_64"
}

0 comments on commit 1d33bee

Please sign in to comment.