4 lines
58 B
Terraform
4 lines
58 B
Terraform
|
|
data "contabo_instance" "microk8s" {
|
||
|
|
id = "201912751"
|
||
|
|
}
|