Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] Refactor provider and additional story management features #54

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

mmuller-tines
Copy link

New

  • The Tines Terraform provider now accepts tenant and api_key configuration values which are used consistently across the Tines API client.
  • It's now possible to manage a Tines Story resource either using an exported Tines Story, or by setting Story configuration values directly, although managing storyboard content requires using an exported Tines story.

Changed

  • The tenant_url and tines_api_token configuration values in the tines_story resource have been marked as deprecated, and will now be automatically overridden by provider-level credentials.
  • Refactored and added additional logical separation between the Tines Terraform provider and the Tines API client to make it easier to add additional resource types in the future.
  • Extended the tines_story schema to include additional fields returned by the Story API, bumped the schema version from 0 to 1, and added an automatic schema migration when the provider is upgraded from version 0.1.1
  • Upgraded some dependencies

@mmuller-tines mmuller-tines requested a review from a team as a code owner November 8, 2024 18:26
@izabella197
Copy link

Hey there! My knowledge of terraform is very limited but as long as we are using the Tines API interfaces then I don't see any issue here!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants