-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To build a bidirectional sync service, we need to expand your current unidirectional GCP-to-Terraform implementation.
- Add state comparison capabilities to detect differences between Terraform and GCP
- Implement reconciliation logic to handle conflicts
- Create a mechanism to apply Terraform changes to GCP resources
The challenge is tracking state and handling bidirectional updates safely. You'll need to:
- Parse Terraform state files
- Compare against live cloud resources
- Generate reconciliation plans
- Add conflict resolution strategies
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels