Skip to content

Commit

Permalink
Replace symlink with a copy of the version file
Browse files Browse the repository at this point in the history
Make linter happy.
  • Loading branch information
jansiwy committed Jan 7, 2025
1 parent 9249dab commit 10ecaf6
Showing 1 changed file with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion subnet/versions.tf

This file was deleted.

10 changes: 10 additions & 0 deletions subnet/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.13"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3"
}
}
}

0 comments on commit 10ecaf6

Please sign in to comment.