From 70988e3cf3b8e9ad9b38763c6e00e14d3704a9e6 Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Fri, 25 Apr 2025 21:31:23 +0200 Subject: [PATCH] Remove deprecated import block from Contabo IAC configuration --- terraform/contabo-iac/contabo.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/contabo-iac/contabo.tf b/terraform/contabo-iac/contabo.tf index 21c8bcc..f21c217 100644 --- a/terraform/contabo-iac/contabo.tf +++ b/terraform/contabo-iac/contabo.tf @@ -1,8 +1,3 @@ resource "contabo_instance" "vps_1" { } - -import { - id = "201912751" - to = contabo_instance.vps_1 -}