Skip to content

Commit

Permalink
docs: fmt HCL
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Apr 10, 2024
1 parent 15ff6d8 commit 2d56ff5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/provider-install-verification/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -95,7 +95,7 @@ resource "ctfd_challenge" "icmp" {
}]

files = [{
name = "icmp.pcap"
name = "icmp.pcap"
contentb64 = filebase64("${path.module}/icmp.pcap")
}]
}

0 comments on commit 2d56ff5

Please sign in to comment.