Skip to content

bidirectional sync for pubsub #2

@priyanshujain

Description

@priyanshujain

To build a bidirectional sync service, we need to expand your current unidirectional GCP-to-Terraform implementation.

  1. Add state comparison capabilities to detect differences between Terraform and GCP
  2. Implement reconciliation logic to handle conflicts
  3. Create a mechanism to apply Terraform changes to GCP resources

The challenge is tracking state and handling bidirectional updates safely. You'll need to:

  1. Parse Terraform state files
  2. Compare against live cloud resources
  3. Generate reconciliation plans
  4. Add conflict resolution strategies

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions