forked from public/stack
infra/main: teardown k8s cluster and digitalocean database cluster
This commit is contained in:
parent
26cd225a98
commit
e76452e192
|
@ -29,6 +29,7 @@ resource "digitalocean_vpc" "main" {
|
||||||
ip_range = "192.168.0.0/16"
|
ip_range = "192.168.0.0/16"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
module "digitalocean_talos_cluster" {
|
module "digitalocean_talos_cluster" {
|
||||||
source = "../../terraform_modules/digitalocean_talos_cluster"
|
source = "../../terraform_modules/digitalocean_talos_cluster"
|
||||||
|
|
||||||
|
@ -114,3 +115,4 @@ output "database" {
|
||||||
output "vpc_id" {
|
output "vpc_id" {
|
||||||
value = digitalocean_vpc.main.id
|
value = digitalocean_vpc.main.id
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue