Skip to content

Commit

Permalink
removing required providers for cloudstack
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimiceli authored and rkoster committed Feb 1, 2024
1 parent 139141d commit 32d37f3
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions terraform/cloudstack/templates/provider.tf
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
terraform {
required_providers {
cloudstack = {
source = "orange-cloudfoundry/cloudstack"
}
local = {
source = "hashicorp/local"
}
template = {
source = "hashicorp/template"
}
tls = {
source = "hashicorp/tls"
}
}
required_version = ">= 0.13"
}

provider "cloudstack" {
api_url = var.cloudstack_endpoint
api_key = var.cloudstack_api_key
Expand Down

0 comments on commit 32d37f3

Please sign in to comment.