Skip to content

Commit 336a3f6

Browse files
authored
feat(onboarding): add component version (#50)
1 parent 9125941 commit 336a3f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/onboarding/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ resource "sysdig_secure_cloud_auth_account" "azure_account" {
4949
component {
5050
type = "COMPONENT_SERVICE_PRINCIPAL"
5151
instance = "secure-onboarding"
52+
version = "v0.1.0"
5253
service_principal_metadata = jsonencode({
5354
azure = {
5455
active_directory_service_principal = {

modules/onboarding/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
sysdig = {
1414
source = "sysdiglabs/sysdig"
15-
version = ">= 1.28.5"
15+
version = ">= 1.29.2"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)