Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for CI/CD repositories is outdated #2930

Open
1 of 4 tasks
lyricnz opened this issue Feb 24, 2025 · 0 comments
Open
1 of 4 tasks

Documentation for CI/CD repositories is outdated #2930

lyricnz opened this issue Feb 24, 2025 · 0 comments

Comments

@lyricnz
Copy link
Contributor

lyricnz commented Feb 24, 2025

Affected components

  • Fabric modules
  • FAST
  • Blueprints
  • Other

The problem

The docs at https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/tree/master/fast/stages/0-bootstrap#cicd-repositories include the following sample config:

cicd_repositories = {
  bootstrap = {
    branch            = null
    identity_provider = "github-sample"
    name              = "my-gh-org/fast-bootstrap"
    type              = "github"
  }
  resman = {
    branch            = "main"
    identity_provider = "github-sample"
    name              = "my-gh-org/fast-resman"
    type              = "github"
  }
}

But 0-bootstrap wants a different structure, for example:

cicd_config = {
  bootstrap = {
    identity_provider = "github-sample"
    repository = {
      name              = "my-gh-org/fast-bootstrap"
      branch            = null
      type              = "github"
    }
  }
}

Release version

head

Terraform version

na

Steps to reproduce

na

Expected behavior

na

Actual behavior

na

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant