Skip to content

Commit a4ce86b

Browse files
authored
Merge pull request #20 from getindata/feature/remove_contest_and_provider_changes
feat!: Replace `context.tf` with context provider and align with snowflake provider changes
2 parents 98a5e3f + eb76742 commit a4ce86b

19 files changed

+238
-827
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ repos:
55
- id: terraform-validate # It should be the first step as it runs terraform init required by tflint
66
- id: terraform-fmt
77
- id: tflint
8-
args:
9-
- "--config=__GIT_ROOT__/.tflint.hcl"
8+
# args:
9+
# - "--config=__GIT_ROOT__/.tflint.hcl"
1010

1111
- repo: https://github.com/terraform-docs/terraform-docs
1212
rev: "v0.18.0" # Get the latest from: https://github.com/terraform-docs/terraform-docs/releases

.tflint.hcl

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 55 additions & 39 deletions
Large diffs are not rendered by default.

context.tf

Lines changed: 0 additions & 279 deletions
This file was deleted.

examples/complete/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ init:
22
terraform init
33

44
plan:
5-
terraform plan -out tfplan
5+
terraform plan -var-file=fixtures.tfvars -out tfplan
66

77
apply:
88
terraform apply tfplan

0 commit comments

Comments
 (0)