Skip to content

Commit

Permalink
chore: bump terraform requirement to 1.13
Browse files Browse the repository at this point in the history
Bump TF to 1.13 and remove old experiments.
  • Loading branch information
xunleii committed Aug 25, 2020
1 parent 9a89adb commit a1ec837
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
terraform {
required_version = "~> 0.12"
experiments = [variable_validation]
required_version = "~> 0.13"
required_providers {
http = "~> 1.2"
null = "~> 2.1"
Expand Down

0 comments on commit a1ec837

Please sign in to comment.