aboutsummaryrefslogtreecommitdiff
path: root/terraform/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'terraform/main.tf')
-rw-r--r--terraform/main.tf8
1 files changed, 0 insertions, 8 deletions
diff --git a/terraform/main.tf b/terraform/main.tf
index a71227c..9ad90ff 100644
--- a/terraform/main.tf
+++ b/terraform/main.tf
@@ -31,11 +31,3 @@ resource "scaleway_ssh_key" "trygvis_conflatorio" {
resource "scaleway_ssh_key" "trygvis_arius-v4" {
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL3UZyrbXX7WMHqcZCRspkoSIfB6egrbOxXPf1zyZkAw trygvis@arius-v4"
}
-
-resource "local_file" "inventory" {
- content = templatefile("inventory.tmpl", {
- master=scaleway_server.k8s_master.public_ip,
- nodes=scaleway_server.k8s_node.*.public_ip
- })
- filename = "ansible/inventory"
-}