Skip to content

Commit

Permalink
feat(onboarding): add component version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeers authored Aug 1, 2024
1 parent 9125941 commit 336a3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/onboarding/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ resource "sysdig_secure_cloud_auth_account" "azure_account" {
component {
type = "COMPONENT_SERVICE_PRINCIPAL"
instance = "secure-onboarding"
version = "v0.1.0"
service_principal_metadata = jsonencode({
azure = {
active_directory_service_principal = {
Expand Down
2 changes: 1 addition & 1 deletion modules/onboarding/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
}
sysdig = {
source = "sysdiglabs/sysdig"
version = ">= 1.28.5"
version = ">= 1.29.2"
}
}
}

0 comments on commit 336a3f6

Please sign in to comment.