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:
parent
4ea0628a3b
commit
bf4065462e
@ -1,3 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
packet = {
|
||||
source = "packethost/packet"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
}
|
||||
|
||||
provider "packet" {
|
||||
auth_token = "<%= conn['TOKEN'] %>"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user