feat: fully vibecoded configuration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
terraform {
|
||||
required_version = ">= 1.3.0"
|
||||
required_providers {
|
||||
ovh = {
|
||||
source = "ovh/ovh"
|
||||
version = "~> 0.43.0"
|
||||
}
|
||||
}
|
||||
backend "http" {} # Allows local and Gitea Actions to share state securely
|
||||
}
|
||||
|
||||
provider "ovh" {
|
||||
endpoint = var.ovh_endpoint
|
||||
application_key = var.ovh_application_key
|
||||
application_secret = var.ovh_application_secret
|
||||
consumer_key = var.ovh_consumer_key
|
||||
}
|
||||
Reference in New Issue
Block a user