Skip to content

Commit

Permalink
Merge pull request #10 from BrownUniversity/feat-up-major-versions
Browse files Browse the repository at this point in the history
feat: increase minimum versions of terraform and provider
  • Loading branch information
mirestrepo authored Jun 10, 2021
2 parents 2d65b7e + 71e533e commit 7aae55d
Show file tree
Hide file tree
Showing 8 changed files with 373 additions and 322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kitchen-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
all:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-latest
container: brownccv/kitchen-terraform:latest
container: ghcr.io/brownuniversity/kitchen-terraform:1.0.0

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ override.tf.json

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
examples/simple-project/.terraform.lock.hcl
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.7.1
1 change: 1 addition & 0 deletions .terraform-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 5.3"
gem "kitchen-terraform", "~> 5.8"
end
Loading

0 comments on commit 7aae55d

Please sign in to comment.