1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Support for packet when Terraform >= 0.13 (#925)

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
This commit is contained in:
Ricardo Diaz 2021-03-08 14:17:09 +01:00 committed by GitHub
parent 4ea0628a3b
commit bf4065462e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,12 @@
terraform {
required_providers {
packet = {
source = "packethost/packet"
}
}
required_version = ">= 0.13"
}
provider "packet" {
auth_token = "<%= conn['TOKEN'] %>"
}