Skip to content

Commit

Permalink
Fix: Adding provider versions to internal terraform ZF-78488
Browse files Browse the repository at this point in the history
  • Loading branch information
zgnegrete committed Oct 17, 2023
1 parent 979ca5c commit 43c5f38
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 43c5f38

Please sign in to comment.