Skip to content

Commit 32d37f3

Browse files
mdimicelirkoster
authored andcommitted
removing required providers for cloudstack
1 parent 139141d commit 32d37f3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

terraform/cloudstack/templates/provider.tf

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
terraform {
2-
required_providers {
3-
cloudstack = {
4-
source = "orange-cloudfoundry/cloudstack"
5-
}
6-
local = {
7-
source = "hashicorp/local"
8-
}
9-
template = {
10-
source = "hashicorp/template"
11-
}
12-
tls = {
13-
source = "hashicorp/tls"
14-
}
15-
}
16-
required_version = ">= 0.13"
17-
}
18-
191
provider "cloudstack" {
202
api_url = var.cloudstack_endpoint
213
api_key = var.cloudstack_api_key

0 commit comments

Comments
 (0)