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

feat!: Replace context.tf with context provider and align with snowflake provider changes #44

Merged
merged 3 commits into from
Nov 13, 2024

Conversation

dgniewek
Copy link
Contributor

@dgniewek dgniewek commented Nov 12, 2024

This PR introduces a BREAKING CHANGE

List of code and variable (API) changes:

  • Removed context.tf file (a single-file module with additional variables), which implied a removal of all its variables (except name):
    • descriptor_formats
    • label_value_case
    • label_key_case
    • id_length_limit
    • regex_replace_chars
    • label_order
    • additional_tag_map
    • tags
    • labels_as_tags
    • attributes
    • delimiter
    • stage
    • environment
    • tenant
    • namespace
    • enabled
    • context
  • Remove support enabled flag - that might cause some backward compatibility issues with terraform state (please take into account that proper move clauses were added to minimize the impact), but proceed with caution
  • Additional context provider configuration
  • New variables were added, to allow naming configuration via context provider:
    • context_templates
    • name_scheme
    • drop_public_schema_on_creation which is true by default

@dgniewek dgniewek requested a review from a team November 12, 2024 15:36
examples/complete/main.tf Outdated Show resolved Hide resolved
locals.tf Show resolved Hide resolved
@dgniewek dgniewek merged commit eb35965 into main Nov 13, 2024
7 checks passed
Copy link
Contributor

The new version v3.0.0 has been released 🎉

@dgniewek dgniewek deleted the feture/replace_context.tf_with_context_provider branch November 13, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants