Flagsmith/terraform-provider-flagsmith

Implement data sources to reference externally managed resources

Open

#153 geöffnet am 18. Juli 2024

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Go (3 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (6 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The provider is currently designed with a single tfstate file in mind. This limits the deployment strategy options.

I'm working in a multi-environment, cross-team setup. We would like to reference features that have been created outside of Terraform. Each stage of our pipeline would manage environment specific "flagsmith_feature_state" overrides. These overrides need to reference "flagsmith_feature" data sources. There could be a need to reference "flagsmith_segment" data sources as well.

Ideal Outcome

Data Sources created for:

  • flagsmith_feature
  • flagsmith_segment

Contributor Guide