We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d198b commit 1b2b8bfCopy full SHA for 1b2b8bf
iam.tf
@@ -40,6 +40,10 @@ resource "google_project_iam_member" "truefoundry_platform_feature_secret_manage
40
description = "TrueFoundry platform feature role to allows access to secrets that start with 'tfy'"
41
expression = "resource.name.startsWith('projects/${data.google_project.truefoundry_platform_feature_project.number}/secrets/tfy')"
42
}
43
+
44
+ lifecycle {
45
+ ignore_changes = [condition[0].expression]
46
+ }
47
48
49
// custom role for GCS bucket
0 commit comments