-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/meshstack buildingblocks #91
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
base: main
Are you sure you want to change the base?
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a new Terraform building block module for managing meshStack payment methods. The module enables workspace-level budget allocation and cost control through configurable payment methods with support for expiration dates and tagging.
Key Changes:
- New Terraform module for creating meshStack payment methods with configurable budgets
- Comprehensive documentation including usage examples and shared responsibility model
- Support for optional expiration dates and flexible tagging for cost tracking
Reviewed changes
Copilot reviewed 7 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| versions.tf | Defines Terraform and meshstack provider version requirements |
| variables.tf | Declares input variables for payment method configuration |
| provider.tf | Configures the meshstack provider |
| outputs.tf | Exposes payment method attributes as outputs |
| main.tf | Implements the meshstack_payment_method resource |
| README.md | Provides technical documentation with usage examples and auto-generated reference |
| APP_TEAM_README.md | Documents the building block for application teams with shared responsibility matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
No description provided.