Open
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
9baab2e to
5a1a1d2
Compare
Runs the Go tool on pushes to main (commits ref updates) and in dry-run mode on PRs. Uses actions/setup-go with go.mod version and sum-based caching. Full git history is fetched for SHA resolution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Walks Terraform module directories, builds a dependency graph of cross-module references via git URLs, topologically sorts them into waves, resolves git commit SHAs, updates ?ref= in module source attributes using hclwrite, writes files back, and commits changes wave-by-wave. Includes -dry-run and -repo flags. Packages: tf (HCL parsing), git (Log/AddAndCommit), dependency (generic topological sort with wave calculation). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4fa97f7 to
293a41d
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Integrate meshcloud/meshplatform/aks, replace locals with var.aks and var.meshstack_platform, output aks identifiers for starterkit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
293a41d to
f4cb199
Compare
Move AKS starterkit child BBD registrations (github_repo_bbd, github_connector_bbd, postgresql_bbd) into backplane/ as terraform code, referenced via source = "./backplane". Change GCP storage-bucket and AWS s3_bucket meshstack_integration.tf to use source = "./backplane" instead of GitHub URL references. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
f4cb199 to
a908140
Compare
grubmeshi
commented
Feb 27, 2026
| @@ -1,186 +1,274 @@ | |||
| # Change these values according to your AKS and meshStack setup. | |||
| variable "manage_meshstack_platform" { | |||
Collaborator
Author
There was a problem hiding this comment.
f: I don't think we really need this, as we want to deploy the platform part as well. I think AI made this to get the refactoring attempts in ICF/LCF aligned. So investigate carefully.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add reusable AKS starterkit modules following the three-layer architecture:
modules/aks/meshstack_integration.tf— Platform-level integration wrappingmeshcloud/meshplatform/aks, creatingmeshstack_platform+meshstack_landingzone. Supportsmanage_meshstack_platform=falsefor infra-only deployments, quota_definitions, landing zone tags/quotas.modules/aks/github-connector/— GitHub Actions connector BBD for AKSmodules/aks/starterkit/meshstack_integration.tf— Composition module calling github/repository, aks/github-connector, azure/postgresql + starterkit BBDConsuming PRs