Skip to content
Merged
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
4 changes: 4 additions & 0 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ resource "google_project_iam_member" "truefoundry_platform_feature_secret_manage
description = "TrueFoundry platform feature role to allows access to secrets that start with 'tfy'"
expression = "resource.name.startsWith('projects/${data.google_project.truefoundry_platform_feature_project.number}/secrets/tfy')"
}

lifecycle {
ignore_changes = [condition[0].expression]
}
}

// custom role for GCS bucket
Expand Down
Loading