Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
remove unused provider blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Nov 12, 2024
1 parent eec2cfd commit e402ff9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions examples/all_default/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions examples/complete/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions examples/new_route/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions examples/new_security_rule/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions examples/private_link_endpoint/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions examples/private_link_service/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ terraform {
source = "hashicorp/random"
version = "3.3.2"
}
time = {
source = "hashicorp/time"
version = ">= 0.12.1, < 1.0"
}
}
}

Expand Down

0 comments on commit e402ff9

Please sign in to comment.