Skip to content

Commit

Permalink
fix tflint for example tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Feb 3, 2025
1 parent fc09fd8 commit 98c0756
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 24 deletions.
24 changes: 0 additions & 24 deletions terraform/aws/modules/data-engineering/dms/.terraform.lock.hcl

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
terraform {
required_version = ">= 1.0.0, < 2.0.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}


data "aws_availability_zones" "available" {}

locals {
Expand Down

0 comments on commit 98c0756

Please sign in to comment.