Skip to content

Commit

Permalink
Add in example image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rjulian committed Mar 27, 2024
1 parent f2d632a commit 17122ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/resources/aquasec_image/resource.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
resource "aquasec_image" "example_aquasec_image" {
// Required values
registry = "ExampleRegistry"
repository = "ExampleRepository"
tag = "ExampleImageTag"

}

0 comments on commit 17122ce

Please sign in to comment.