Skip to content

Commit

Permalink
Merge pull request apache#48 from riskive/ZFE-78488-internal-provider…
Browse files Browse the repository at this point in the history
…s-version

Fix: Adding provider versions to internal terraform ZF-78488
  • Loading branch information
zgnegrete authored Oct 17, 2023
2 parents 979ca5c + 43c5f38 commit b54ad1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .terra/superset/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ terraform {
}

required_version = "0.12.31"

required_providers {
aws = ">=3.53.0"
null = "~> 3.1.1"
}
}

0 comments on commit b54ad1f

Please sign in to comment.