GoogleCloudPlatform / pbmm-on-gcp-onboarding

GCP Canadian Public Sector Landing Zone overlay on top of the TEF via CFT modules - a secure cloud foundation
https://cloud.google.com/architecture/security-foundations
Apache License 2.0
44 stars 56 forks source link

0-bootstrap: cloudbuild output is not present on outputs.tf file #417

Closed eballestas closed 1 month ago

eballestas commented 5 months ago

need to add the cloudbuild output to the outputs.tf file step 9

eballestas commented 5 months ago

need to add to outputs.tf

output "cloudbuild_project_id" {
  description = "Project where cicd pipelines live."
  value       = module.local_cicd.project_id
}
module.seed_bootstrap.google_storage_bucket_iam_member.orgadmins_state_iam[0]: Refreshing state... [id=b/bkt-prj-b-seed-tfstate-05dd/roles/storage.admin/group:admin-gcp@eballest.dev]

Changes to Outputs:
  + cloudbuild_project_id                                   = "prj-b-cicd-local-c1bc"

You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
fmichaelobrien commented 5 months ago

20240502: Repo state

The current main branch has a partial switch to local deployment in prep of ado. There was a pr merged without readme adjustments and without the full retrofit towards ado support and local terraform support - as an addition not the current removal - see 399

To bring up CB/CSR for now - use the older clean branch https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/tree/gh357-tef-v4-fork

With the addition of the 2nd/3rd PR before the disablement of CB.tf went in

This branch is essentially still a clean TEF copy with some readme, service, IAM changes before pulling out cloud build and csr.

Details on https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/wiki/Onboarding

obriensystems commented 4 months ago

main branch updated to temporarily return to CB/CSR defaulting - ready for use See latest 3rd org testing 50 min for #421 in https://github.com/GoogleCloudPlatform/pbmm-on-gcp-onboarding/issues/421#issuecomment-2093522430

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days