Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jun 14, 2024
1 parent 0ad73f1 commit 361bb25
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 44 deletions.
4 changes: 0 additions & 4 deletions examples/basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "basic_example" {
source = "../../"

Expand Down
3 changes: 3 additions & 0 deletions examples/basic/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/branch_protection/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "branch_protection_example" {
source = "../../"

Expand Down
3 changes: 3 additions & 0 deletions examples/branch_protection/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/complex/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "complex_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/complex/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/deploy_keys/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "deploy_keys_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/deploy_keys/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/files/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "files_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/files/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/issue_labels/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "issue_labels_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/issue_labels/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/pages/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "pages_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/pages/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/project/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "project_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/project/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/project_columns/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "project_column_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/project_columns/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/template/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "template_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/template/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}
4 changes: 0 additions & 4 deletions examples/webhook/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

module "webhook_example" {
source = "../.."

Expand Down
3 changes: 3 additions & 0 deletions examples/webhook/providers.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
provider "github" {
owner = "a-demo-organization"
}

0 comments on commit 361bb25

Please sign in to comment.