mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-23 02:14:14 +00:00
Use personal-access token for Gandi
This commit is contained in:
parent
a0710b003d
commit
cb1faf0f59
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ provider "linode" {
|
|||
}
|
||||
|
||||
provider "gandi" {
|
||||
key = var.gandi_api_key
|
||||
personal_access_token = var.gandi_personal_access_token
|
||||
}
|
||||
|
||||
provider "b2" {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ variable "linode_personal_access_token" {
|
|||
sensitive = true
|
||||
}
|
||||
|
||||
variable "gandi_api_key" {
|
||||
variable "gandi_personal_access_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue