Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrampeter committed May 27, 2024
1 parent e6d420b commit 93223eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/standalone-aurora/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

terraform {
required_version = ">= 0.14"
required_providers {
random = {
source = "hashicorp/random"
version = "~> 3.1"
}
}
}

0 comments on commit 93223eb

Please sign in to comment.