Skip to content

Commit

Permalink
Merge pull request #20 from getindata/feature/remove_contest_and_prov…
Browse files Browse the repository at this point in the history
…ider_changes

feat!: Replace `context.tf` with context provider and align with snowflake provider changes
  • Loading branch information
dgniewek authored Nov 5, 2024
2 parents 98a5e3f + eb76742 commit a4ce86b
Show file tree
Hide file tree
Showing 19 changed files with 238 additions and 827 deletions.
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.

94 changes: 55 additions & 39 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

0 comments on commit a4ce86b

Please sign in to comment.