This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/terraform/linode/provider.tf
Oscar Pocock 0cb40572af
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added cleaned terraform files for Linode
2022-04-28 21:39:56 +01:00

13 lines
202 B
HCL

terraform {
required_providers {
linode = {
source = "linode/linode"
version = "1.26.1"
}
}
}
# Configure the Linode API token
provider "linode" {
token = var.linode_token
}