Skip to content

Commit

Permalink
Stripped off comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Jul 30, 2024
1 parent 457fa6f commit 3467ef1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,6 @@ resource "google_project_iam_member" "truefoundry_platform_feature_token_creator
member = "serviceAccount:${google_service_account.truefoundry_platform_feature_service_account.email}"
}

# // role binding artifact registry role to service account
# resource "google_project_iam_member" "truefoundry_platform_feature_artifact_registry_role_binding" {
# count = var.feature_docker_registry_enabled ? 1 : 0

# project = var.project
# role = "roles/artifactregistry.admin"
# member = "serviceAccount:${google_service_account.truefoundry_platform_feature_service_account.email}"
# }

// service account key
resource "google_service_account_key" "truefoundry_platform_feature_service_account_key" {
service_account_id = google_service_account.truefoundry_platform_feature_service_account.id
Expand Down

0 comments on commit 3467ef1

Please sign in to comment.