Skip to content

Commit

Permalink
examples: add a simple storagezone resource example
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Jun 15, 2022
1 parent 0eb950c commit 3b20b94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/resources/storagezone_resource/basic.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resource "bunny_storagezone" "mysz" {
name = "testsz"
region = "DE"
}

0 comments on commit 3b20b94

Please sign in to comment.