initial commit
This commit is contained in:
14
ovh/variables.tf
Normal file
14
ovh/variables.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
variable ovh_app_key {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable ovh_app_secret {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable ovh_consumer_key {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user