From 2d56ff54fe935ad24e892c336dd53b2ff25b5d85 Mon Sep 17 00:00:00 2001 From: Lucas TESSON Date: Wed, 10 Apr 2024 08:42:30 +0200 Subject: [PATCH] docs: fmt HCL --- examples/provider-install-verification/main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/provider-install-verification/main.tf b/examples/provider-install-verification/main.tf index 9c7e445..a812404 100644 --- a/examples/provider-install-verification/main.tf +++ b/examples/provider-install-verification/main.tf @@ -65,10 +65,10 @@ resource "ctfd_challenge" "icmp" { Authors: - NicolasFgrx EOT - value = 500 - decay = 17 - minimum = 50 - state = "visible" + value = 500 + decay = 17 + minimum = 50 + state = "visible" requirements = { behavior = "anonymized" prerequisites = [ctfd_challenge.http.id] @@ -95,7 +95,7 @@ resource "ctfd_challenge" "icmp" { }] files = [{ - name = "icmp.pcap" + name = "icmp.pcap" contentb64 = filebase64("${path.module}/icmp.pcap") }] }