Skip to content
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

Implement data sources to reference externally managed resources #153

Open
2 tasks
chris-richmond opened this issue Jul 18, 2024 · 1 comment
Open
2 tasks
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chris-richmond
Copy link

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
@khvn26
Copy link
Member

khvn26 commented Jul 18, 2024

Hello @chris-richmond, thanks for reporting! It's obvious to expect these data sources implemented in our Terraform provider. We'll triage this task and see how it fits into our backlog; in the meantime we'll happily review and merge any PR solving this that comes our way.

@khvn26 khvn26 added enhancement New feature or request good first issue Good for newcomers labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants