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: association_type resource #46

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

thijssimonis
Copy link
Contributor

The possibility to create/update Akeneo association types.

resource "akeneo_association_type" "bundle" {
  code          = "bundle"
  is_quantified = true
  is_two_way    = false
  labels = {
    en_US = "Bundle"
  }
}

Copy link
Owner

@0xfrej 0xfrej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In future, resources should probably prohibit mutations of it's identifiers (i.e. category code). I thought it already did on other resources, but I was mistaken.

Also the amount of non-removable resources is piling up. It might be a good idea to write some support plugin for Akeneo, but I don't have much time for it at the moment.

LGTM

@0xfrej 0xfrej merged commit 26d7d55 into 0xfrej:main Nov 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants