Customer: Fieldguide FedRamp
right now connectors are a part of the project resource.
creating an engine is a standalone resource which does requires a project id, configuring the connector with the engine id requires that engine to exist so it a cyclical dependency issue.
current workaround:
2 steps apply:
- create project and engine no connectors config
- separate module that has remote state of teh previous state, import the project into it, and manage the connectors with the engine id
Customer: Fieldguide FedRamp
right now connectors are a part of the project resource.
creating an engine is a standalone resource which does requires a project id, configuring the connector with the engine id requires that engine to exist so it a cyclical dependency issue.
current workaround:
2 steps apply: