polytomic / terraform-provider-polytomic

Terraform provider for on premises Polytomic deploys.
Mozilla Public License 2.0
1 stars 0 forks source link

Connections Tracking Issue #52

Open JakeNeyer opened 1 year ago

JakeNeyer commented 1 year ago

The following connections types need to be added to the terraform provider:

leonkozlowski commented 1 year ago

Hi @JakeNeyer curious to whether or not salesforce will be added to this list?

JakeNeyer commented 1 year ago

Hi @JakeNeyer curious to whether or not salesforce will be added to this list?

Hey @leonkozlowski! We currently only plan to support salesforce as a datasource. Since the salesforce connection uses an oauth flow which requires user interaction, there's not a great way to support it as a resource at this time.

leonkozlowski commented 1 year ago

Hi @JakeNeyer curious to whether or not salesforce will be added to this list?

Hey @leonkozlowski! We currently only plan to support salesforce as a datasource. Since the salesforce connection uses an oauth flow which requires user interaction, there's not a great way to support it as a resource at this time.

I see, @JakeNeyer, does this mean that using the importer + using a data block to reference a salesforce source is the best course of action to move polytomic connection/model/sync definitions to terraform?

JakeNeyer commented 1 year ago

@leonkozlowski yup! The importer will actually output the data blocks for connections that are only available as datasources as well.