terraform/maas/init.tf
Arif Ali cd4cb5291b
Update to latest plans
Update the openstack ones so that they don't overlap devices in lab

Add the MAAS plans that had been staged for a bit
2024-02-08 19:05:24 +00:00

15 lines
282 B
HCL

terraform {
required_providers {
maas = {
source = "maas/maas"
version = "~>1.0"
}
}
}
provider "maas" {
api_version = "2.0"
api_key = "yvjRUz4B4FJtpC99Dc:gBSmTpFttb7x2WDkBD:jdWhHVBBGGu5D2vVtzMK3ks9fNTk9YuJ"
api_url = "http://10.0.1.253:5240/MAAS"
}