Skip to content

Commit

Permalink
Delete unused github actions service account provisioning. (#428)
Browse files Browse the repository at this point in the history
This is handled in project creation bootstrapping elsewhere.

Signed-off-by: Simon Kent <[email protected]>

Signed-off-by: Simon Kent <[email protected]>
  • Loading branch information
Simon Kent authored Nov 8, 2022
1 parent 7b3c867 commit e09d7b3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 197 deletions.
19 changes: 0 additions & 19 deletions terraform/gcp/modules/policy_bindings/outputs.tf

This file was deleted.

81 changes: 0 additions & 81 deletions terraform/gcp/modules/policy_bindings/policy_bindings.tf

This file was deleted.

45 changes: 0 additions & 45 deletions terraform/gcp/modules/policy_bindings/variables.tf

This file was deleted.

34 changes: 0 additions & 34 deletions terraform/gcp/modules/policy_bindings/versions.tf

This file was deleted.

18 changes: 0 additions & 18 deletions terraform/gcp/modules/sigstore/sigstore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,6 @@ module "mysql" {
]
}

// Cluster policies setup.
module "policy_bindings" {
source = "../policy_bindings"

region = var.region
project_id = var.project_id

cluster_name = var.cluster_name
github_repo = var.github_repo

depends_on = [
module.network,
module.project_roles
]
}


// Rekor
module "rekor" {
Expand Down Expand Up @@ -304,13 +288,11 @@ module "oslogin" {
zone = module.bastion.zone
members = [
var.tunnel_accessor_sa,
module.policy_bindings.gha_serviceaccount_member
]
}
}
depends_on = [
module.bastion,
module.policy_bindings,
module.project_roles
]
}
Expand Down

0 comments on commit e09d7b3

Please sign in to comment.