We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } } }
head
na
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected components
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:
But 0-bootstrap wants a different structure, for example:
Release version
head
Terraform version
na
Steps to reproduce
na
Expected behavior
na
Actual behavior
na
Additional context
No response
The text was updated successfully, but these errors were encountered: