generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers