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

Implement Katello lifecycle environments resource and data source #149

Merged

Conversation

bitkeks
Copy link
Collaborator

@bitkeks bitkeks commented Dec 20, 2023

Adds the "lifecycle environment" resources from Katello to Terraform, as both resource and data source.

Tested on Katello 4.9: data source READ, resource CREATE/READ/UPDATE/DELETE.

The handling of API prefixes for Katello in client.go might conflict with other PRs, this code block should be refactored.

An example shows how the first lifecycle environment in a path can be created from the Library root environment.

Resolves #141

Adds the "lifecycle environment" resources from Katello to Terraform, as
both resource and data source.

Tested on Katello 4.9: data source READ, resource CREATE/READ/UPDATE/DELETE.

The handling of API prefixes for Katello in client.go might conflict
with other PRs, this code block should be refactored.

An example shows how the first lifecycle environment in a path can be
created from the Library root environment.

Resolves terraform-coop#141

Signed-off-by: Dominik Pataky <pataky@mindful-security.eu>
@lhw lhw merged commit 0befc51 into terraform-coop:master Jan 26, 2024
7 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.

Please add a ressource to create katello lifecycle environments
2 participants