Skip to content

Commit

Permalink
Update resource.tf (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious authored Jun 18, 2024
1 parent 63882e8 commit 564a6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/resources/opslevel_service_repository/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ resource "opslevel_service_repository" "foo" {
repository = data.opslevel_repository.foo.id

name = "Foo"
base_directory = "/"
base_directory = "example/"
}

resource "opslevel_service_repository" "bar" {
service_alias = "bar"
repository_alias = "github.com:example/bar"

name = "Bar"
base_directory = "/"
}
base_directory = "example/subdir/"
}

0 comments on commit 564a6a9

Please sign in to comment.