initial commit
This commit is contained in:
14
ovh/provider.tf
Normal file
14
ovh/provider.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
ovh = {
|
||||
source = "ovh/ovh"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "ovh" {
|
||||
endpoint = "ovh-eu"
|
||||
application_key = var.ovh_app_key
|
||||
application_secret = var.ovh_app_secret
|
||||
consumer_key = var.ovh_consumer_key
|
||||
}
|
||||
Reference in New Issue
Block a user