Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Upgrade the sysdig provider #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ submodules:
- name: "sysdig"
namespace: ""
source: "sysdiglabs/sysdig"
version: "0.5.10"
version: "0.5.37"
inputs:
- name: "provision"
   type : bool
Expand Down
4 changes: 2 additions & 2 deletions modules/monitoring-sysdig/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "0.5.10"
version = "0.5.37"
}

ibm = {
Expand All @@ -29,7 +29,7 @@ terraform {
required_providers {
sysdig = {
source = "sysdiglabs/sysdig"
version = "0.5.10"
version = "0.5.37"
}

ibm = {
Expand Down