From b7e1a1581daf6731c4b1d8f0d7f3e2ab39794189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCrbach?= Date: Tue, 13 Feb 2024 14:54:15 +0100 Subject: [PATCH] fix: policy output attribute --- humanitec-resource-defs/gcp-service-account/workload/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humanitec-resource-defs/gcp-service-account/workload/main.tf b/humanitec-resource-defs/gcp-service-account/workload/main.tf index 965090e..bd4bd14 100644 --- a/humanitec-resource-defs/gcp-service-account/workload/main.tf +++ b/humanitec-resource-defs/gcp-service-account/workload/main.tf @@ -26,7 +26,7 @@ resource "humanitec_resource_definition" "main" { namespace = "$${resources.k8s-namespace#k8s-namespace.outputs.namespace}" - grants = "$${resources.workload>aws-policy.outputs.grant}" + bindings = "$${resources.workload>aws-policy.outputs.binding}" res_id = "$${context.res.id}" app_id = "$${context.app.id}"