Skip to content

Commit 51c0c16

Browse files
authored
Merge pull request #39 from OpsLevel/db/rename-integration-cec-to-endpoint
rename to cec integration to endpoint
2 parents af52c07 + 42e91e7 commit 51c0c16

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

modules/integration/custom_event_check/main.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

modules/integration/custom_event_check/outputs.tf

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/integration/endpoint/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
resource "opslevel_integration_endpoint" "this" {
2+
name = var.name
3+
type = var.type
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "this" {
2+
value = opslevel_integration_endpoint.this
3+
}

0 commit comments

Comments
 (0)