Skip to content

Commit

Permalink
test: add vcl
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 15, 2023
1 parent cd49e01 commit 2fd04c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/interface/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,10 @@ resource "fastly_service_vcl" "interface-test-project" {
priority = 110
type = "recv"
}

vcl {
content = "# some vcl here"
main = true
name = "test_vcl"
}
}

0 comments on commit 2fd04c3

Please sign in to comment.