Skip to content

Commit

Permalink
Merge pull request #837 from orange-cloudfoundry/cherry-pick/191eca5c…
Browse files Browse the repository at this point in the history
…-cloudstack-remove-required-providers

removing required providers for cloudstack
  • Loading branch information
gmllt authored Feb 29, 2024
2 parents cf77bab + 191eca5 commit 76bd5b6
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 76bd5b6

Please sign in to comment.