Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrampeter committed Jun 1, 2024
1 parent f6cefa1 commit 138eeab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/standalone-aurora/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
terraform {
required_version = ">= 0.14"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.1"
Expand Down

0 comments on commit 138eeab

Please sign in to comment.