Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Replace context.tf with context provider and align with snowflake provider changes #20

Merged
merged 10 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repos:
- id: terraform-validate # It should be the first step as it runs terraform init required by tflint
- id: terraform-fmt
- id: tflint
args:
- "--config=__GIT_ROOT__/.tflint.hcl"
# args:
# - "--config=__GIT_ROOT__/.tflint.hcl"

- repo: https://github.com/terraform-docs/terraform-docs
rev: "v0.18.0" # Get the latest from: https://github.com/terraform-docs/terraform-docs/releases
Expand Down
3 changes: 0 additions & 3 deletions .tflint.hcl

This file was deleted.

92 changes: 54 additions & 38 deletions README.md

Large diffs are not rendered by default.

279 changes: 0 additions & 279 deletions context.tf

This file was deleted.

2 changes: 1 addition & 1 deletion examples/complete/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
terraform init

plan:
terraform plan -out tfplan
terraform plan -var-file=fixtures.tfvars -out tfplan

apply:
terraform apply tfplan
Expand Down
Loading
Loading