You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/obs-agent-iks/main.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ module "resource_group" {
17
17
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agents and routers sending logs.
18
18
module"iam_service_id" {
19
19
source="terraform-ibm-modules/iam-service-id/ibm"
20
-
version="1.2.1"
20
+
version="1.2.2"
21
21
iam_service_id_name="${var.prefix}-service-id"
22
22
iam_service_id_description="Logs Agent service id"
0 commit comments